Modifying a CommandSpec
's aliases if it's already a subcommand
#1528
Labels
Milestone
CommandSpec
's aliases if it's already a subcommand
#1528
Currently, if
CommandSpec#aliases(String...)
is called to modify the aliases of aCommandSpec
that is already registered as a subcommand of anotherCommandSpec
, then the aliases registered in the parent are not updated.The aliases in the parent should be updated to a) keep things consistent, and b) allow aliases to be modified.
The text was updated successfully, but these errors were encountered: