Archwizard
Results
1
comments of
Archwizard
Here's an simple example on v2.20.2: main.go ``` package main import ( "fmt" "os" "github.com/urfave/cli/v2" "github.com/urfave/cli/v2/altsrc" ) var ( logfile string verbose int ) func main() { flags := []cli.Flag{...