Should be able to specify command aliases, which are passed through to the `argparse` alias system. Might be class setting aided by decorator, _e.g._: @alias('deploy') class Promote(Command): …