contains-io/containment

Subcommands should be arguments to the primary command.

dangle opened this issue · 2 comments

Currently, the code parses the subcommands from the docstring of the subcommand. Instead, it should use an argument in the primary command to specify the subcommand, as in the docopt git example.

You're right... can you refactor it?

Handled by rcli.