[eit.main] automatically build the list of available commands, add command aliases support
This commit is contained in:
@@ -33,6 +33,7 @@ class EitCommit(EitCommand):
|
||||
"""
|
||||
|
||||
NAME = "commit"
|
||||
ALIASES = ["ci"]
|
||||
|
||||
def __init__(self, args):
|
||||
EitCommand.__init__(self, args)
|
||||
|
||||
Reference in New Issue
Block a user