Skip to content

Commit

Permalink
chore: remove leftover flag.Parse() (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
atzoum committed Nov 3, 2022
1 parent c9bd5d4 commit 3659e12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/options.go
Expand Up @@ -36,7 +36,6 @@ func LoadOptions(args []string) *Options {

// Ignore errors; flagSet is set for ExitOnError.
_ = flagSet.Parse(args[1:])
flag.Parse()

return &Options{
NormalMode: *normalMode,
Expand Down

0 comments on commit 3659e12

Please sign in to comment.