Upsidedly / avia

0 stars 1 forks source link

Subcommand management #4

Open Upsidedly opened 2 months ago

Upsidedly commented 2 months ago

Could be real helpful, edit how they're read in handler

checks if there is a main command with subcommands in file checker loop

like if command.hasSubcommands or something

and have subcommands which aren't actually commands but will go in the commands directory without complaint

if instanceof Subcommand subcommand.commandName mainCommandStore.get()

such like that

also extra stuff for subcommand group