mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 17:16:12 +01:00
Revert "Remove the '-A' option from the 'maintainer' command"
This reverts commit 3763bff901
.
The change is no longer needed, because the argument parser resolves
the conflicts now and we can use -A as either --add or --apiurl
depending on if we use it before or after the subcommand name.
This commit is contained in:
parent
c99502998b
commit
97496a4154
@ -8241,7 +8241,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
help='define the project where this package is primarily developed')
|
help='define the project where this package is primarily developed')
|
||||||
@cmdln.option('-a', '--add', metavar='user',
|
@cmdln.option('-a', '--add', metavar='user',
|
||||||
help='add a new person for given role ("maintainer" by default)')
|
help='add a new person for given role ("maintainer" by default)')
|
||||||
@cmdln.option('--all', action='store_true',
|
@cmdln.option('-A', '--all', action='store_true',
|
||||||
help='list all found entries not just the first one')
|
help='list all found entries not just the first one')
|
||||||
@cmdln.option('-s', '--set-bugowner', metavar='user',
|
@cmdln.option('-s', '--set-bugowner', metavar='user',
|
||||||
help='Set the bugowner to specified person (or group via group: prefix)')
|
help='Set the bugowner to specified person (or group via group: prefix)')
|
||||||
|
Loading…
Reference in New Issue
Block a user