Skip to content

Modifying a CommandSpec's aliases if it's already a subcommand #1528

@rgoldberg

Description

@rgoldberg

Currently, if CommandSpec#aliases(String...) is called to modify the aliases of a CommandSpec that is already registered as a subcommand of another CommandSpec, 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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions