command aliases
Open
- Dominant language
- Python
- Stars
- 14
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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):
…
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.