micro--go-micro
9a77c06b44
* Use urfave/cli/v2 instead of micro/cli/v2 Wherever possible we may want to eliminate the use of github.com/micro imports. * Fix broken cli test
Flags
This is an example of using command line flags
Run the example
go run main.go --string_flag="a string" --int_flag=10 --bool_flag=true
And that's all there is to it.