parent
d9d7c2b01e
commit
fd9239cba0
49 changed files with 915 additions and 88 deletions
|
|
@ -7492,7 +7492,8 @@ def handle_add_notification(goptions, session, args):
|
|||
parser.add_option("--user", help="Add notifications for this user (admin-only)")
|
||||
parser.add_option("--package", help="Add notifications for this package")
|
||||
parser.add_option("--tag", help="Add notifications for this tag")
|
||||
parser.add_option("--success-only", action="store_true", default=False, help="")
|
||||
parser.add_option("--success-only", action="store_true", default=False,
|
||||
help="Enabled notification on successful events only")
|
||||
(options, args) = parser.parse_args(args)
|
||||
|
||||
if len(args) != 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue