iqlusioninc / abscissa

Application microframework with command-line option parsing, configuration, error handling, logging, and shell interactions
Apache License 2.0
571 stars 39 forks source link

Help with subcommands? #855

Open jh-devv opened 11 months ago

jh-devv commented 11 months ago

How would you implement a command like testing add repo <something>?

jh-devv commented 11 months ago

Basically the problem is you always have to add the Runnable trait for the InitCmd even if it only has subcommands, idk you could just return Unreacable?

jh-devv commented 11 months ago

Adding this to docs would be good