package
0.0.0-20230412102204-758a9e786e6a
Repository: https://github.com/go-micro/examples.git
Documentation: pkg.go.dev

# README

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.