You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No more name definitions nor intermediate Commands modules for defining subcommands. You can just put your subcommands directly into the supercommand class.
(Breaking Change) All the commands directly under supercommands are automatically recognized as subcommands. If you don't want instantiate commands under supercommands, make them abstract.