a few more cli aliases
This commit is contained in:
parent
a27c3d0dc5
commit
d18d03174f
1 changed files with 4 additions and 1 deletions
5
cli/koji
5
cli/koji
|
|
@ -158,9 +158,12 @@ def get_options():
|
|||
'cxl' : 'cancel',
|
||||
'list-commands' : 'help',
|
||||
'move-pkg': 'move-build',
|
||||
'move': 'move-build',
|
||||
'latest-pkg': 'latest-build',
|
||||
'tag-pkg': 'tag-build',
|
||||
'untag-pkg': 'untag-build'
|
||||
'tag': 'tag-build',
|
||||
'untag-pkg': 'untag-build',
|
||||
'untag': 'untag-build',
|
||||
}
|
||||
cmd = args[0]
|
||||
cmd = aliases.get(cmd, cmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue