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