This should be a part of the registister_command() decorator from issue #36.
Aliases should be a kwarg, with default value of none.
Could register the alias as a "new" command in COMMANDS, or perhaps point the alias to the original command somehow. Could be a separate dictionary with the alias mapping.
This should be a part of the
registister_command()
decorator from issue #36. Aliases should be a kwarg, with default value of none. Could register the alias as a "new" command inCOMMANDS
, or perhaps point the alias to the original command somehow. Could be a separate dictionary with the alias mapping.