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