Add watch-tasks alias
list-tasks wants a matching watch-tasks counterpart.
This commit is contained in:
parent
3b8861c78b
commit
6e80ecfe16
1 changed files with 1 additions and 0 deletions
1
cli/koji
1
cli/koji
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue