flag
flag copied to clipboard
Flag is a simple but powerful command line option parsing library for Go support infinite level subcommand
Results
2
flag issues
Sort by
recently updated
recently updated
newest added
Hi! Thanks for writing and sharing this useful args parsing library! As I'm still learning Go, it took me some time to make the provided examples work. I propose the...
Hi, I'm not sure how it compiles, but your example refers to `flag.Flag` as simply `Flag`, which was confusing on the first read. Otherwise, looks like a neat API and...