Add watch-tasks alias

list-tasks wants a matching watch-tasks counterpart.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-03-11 15:16:06 -05:00
parent 3b8861c78b
commit 6e80ecfe16

View file

@ -178,6 +178,7 @@ def get_options():
'tag': 'tag-build',
'untag-pkg': 'untag-build',
'untag': 'untag-build',
'watch-tasks': 'watch-task',
}
cmd = args[0]
cmd = aliases.get(cmd, cmd)