Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 193 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 193 Bytes

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.