Is there a recommended way to split subcommands across multiple files?
Perhaps another way of phrasing this question is: Can I have arbitrary typescript files in the commands directory without breaking things?
Solution:Jump to solution
npm
@kaname-png/plugin-subcommands-advanced
Plugin for @sapphire/framework to be able to create subcommands based on command classes.. Latest version: 2.1.5, last published: 10 days ago. Start using @kaname-png/plugin-subcommands-advanced in your project by running
npm i @kaname-png/plugin-subcommands-advanced
. There are no other projects in the npm registry using @kaname-png/plugin-sub...3 Replies
Solution
npm
@kaname-png/plugin-subcommands-advanced
Plugin for @sapphire/framework to be able to create subcommands based on command classes.. Latest version: 2.1.5, last published: 10 days ago. Start using @kaname-png/plugin-subcommands-advanced in your project by running
npm i @kaname-png/plugin-subcommands-advanced
. There are no other projects in the npm registry using @kaname-png/plugin-sub...And for the second question: no
Oh that’s wonderful. Thanks! Should totally get referenced in the other docs. If I get a sec I’ll PR.