Commit 4af555e8 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Add some aliases for lsprj.

parent b2eb9e48
...@@ -62,6 +62,10 @@ class CLIApplication(object): ...@@ -62,6 +62,10 @@ class CLIApplication(object):
'listcon': ListContextCommand, 'listcon': ListContextCommand,
'lsprj': ListProjectCommand, 'lsprj': ListProjectCommand,
'lsproj': ListProjectCommand, 'lsproj': ListProjectCommand,
'listprj': ListProjectCommand,
'listproj': ListProjectCommand,
'listproject': ListProjectCommand,
'listprojects': ListProjectCommand,
'pri': PriorityCommand, 'pri': PriorityCommand,
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment