Initial commit
4 files changed
tree: 1581104527da224a9cf6ac8fb2b748e757ee195e
  1. CONTRIBUTING
  2. LICENSE
  3. README.md
  4. subcommands.go
README.md

Subcommands is a Go package that implements a simple way for a single command to have many subcommands, each of which takes arguments and so forth.

This is not an official Google product.