Minimal-Viable-Software/cli-go
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Minimal Viable CLI Implement a parser for CLI's like this: $ myapp prices sort=product $ myapp prices:add 3.14 "Best Product" All flags are optional. All arguments are required.