nikcorg/tldr-cli

Refactor command and subcommand to be separate words

nikcorg opened this issue · 0 comments

Currently to use a subcommand it is expected in a command:subcommand form, which is awkward to type. A better approach would have each command module do their own dispatching as appropriate.

Related #14