Refactor subcommands with a Subcommand class #292
marshallward
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current subcommand system is a bit rubbish, with lots of modules with presumed namespaces (i.e. assumed to contain certain variables and function names).
Replace this with a proper
Subcommand
class and recode all the subcommands as defined instances ofSubcommand
.Beta Was this translation helpful? Give feedback.
All reactions