Pass non-empty string slice to example app Run
(#1364)
so that it does not panic when run.
This commit is contained in:
@@ -7,5 +7,5 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
(&cli.App{}).Run([]string{})
|
||||
(&cli.App{}).Run([]string{""})
|
||||
}
|
||||
|
Reference in New Issue
Block a user