[eit.main] automatically build the list of available commands, add command aliases support

This commit is contained in:
Fabio Erculiani
2011-10-10 18:49:57 +02:00
parent 657437333c
commit f4c29b8489
7 changed files with 32 additions and 16 deletions

View File

@@ -33,6 +33,7 @@ class EitCommit(EitCommand):
"""
NAME = "commit"
ALIASES = ["ci"]
def __init__(self, args):
EitCommand.__init__(self, args)