Changelog Overhaul #18

Merged
lafriks merged 10 commits from jolheiser/changelog:master into master 2020-01-09 07:43:22 +00:00
Showing only changes of commit 968b291f0f - Show all commits

View File

@ -47,8 +47,7 @@ func main() {
},
}
err := app.Run(os.Args)
if err != nil {
if err := app.Run(os.Args); err != nil {
fmt.Printf("Failed to run app with %s: %v\n", os.Args[1:], err)
}
}