Skip to content

Minimal-Viable-Software/cli-go

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.