Return from the function

This commit is contained in:
Evan 2024-04-05 22:49:59 -04:00
parent 547ebd6bd7
commit 85aedbbdf0
1 changed files with 1 additions and 3 deletions

View File

@ -82,9 +82,7 @@ func Start(args []string) error {
app.Usage = ``
app.Copyright = "(C) 2019 Shuhei Kubota"
app.SuppressErrorOutput = true
if err := app.Run(os.Args); err != nil {
fmt.Fprintln(os.Stderr, err)
}
return app.Run(args)
}
var (