This repository was archived by the owner on Jan 8, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 33
This repository was archived by the owner on Jan 8, 2022. It is now read-only.
New methods addSubcommands and addSubcommandGroups #36
Open
Labels
@Togira123
Description
Is your feature request related to a problem? Please describe.
It doesn't look very clean when we have like 10 lines of addSubcommand, for example.
Describe the ideal solution
A new method addSubcommands that takes an array of builders as a parameter. This could also be added for addSubcommandGroups.
Describe alternatives you've considered
None.
Additional context
None.