Skip to content

Commit

Permalink
Remove duplicate flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Jul 17, 2022
1 parent 563069c commit b4db8e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func init() {
func ParseFlags() {
flag.BoolVar(&Verbose, "verbose", false, "Enable verbose logging")
flag.StringVar(&ConfigPath, "config", "config.yaml", "Path to config.yaml")
flag.StringVar(&ConfigPath, "config", "config.yaml", "Path to config.yaml")
flag.StringVar(&OutputPath, "output", "awesome.md", "Path to output markdown file")
flag.Parse()
}
Expand Down

0 comments on commit b4db8e8

Please sign in to comment.