smaller example
This commit is contained in:
parent
3b30b5c422
commit
d6dfe3eb9b
@ -3,11 +3,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
func main() {
|
||||
(&cli.App{}).Run(os.Args)
|
||||
(&cli.App{}).Run([]string{})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user