sub-command support

Issue #30 wontfix
Former user created an issue

support sub command eg:

command sub-command -i xxx -o xxx

Comments (2)

  1. David Shih repo owner

    I don't have the bandwidth for enhancements. Pull requests that are compatible with existing features are welcome.

    Subcommand can be easily implemented by the client by just extracting element 2 from commandArgs() and passing the rest to parse_args().

  2. Log in to comment