From 9e2578be1e7da27dcaf2d35bcc4e3b372249dba5 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Wed, 4 Oct 2017 14:57:57 -0700 Subject: [PATCH] Adding necessary features to complete backfill (#958) --- lemur/notifications/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/notifications/cli.py b/lemur/notifications/cli.py index a9c45ced..c9b06666 100644 --- a/lemur/notifications/cli.py +++ b/lemur/notifications/cli.py @@ -12,7 +12,7 @@ from lemur.notifications.messaging import send_expiration_notifications manager = Manager(usage="Handles notification related tasks.") -@manager.option('-e', '--exclude', dest='exclude', nargs="*", help='Common name matching of certificates that should be excluded from notification') +@manager.option('-e', '--exclude', dest='exclude', action='append', default=[], help='Common name matching of certificates that should be excluded from notification') def expirations(exclude): """ Runs Lemur's notification engine, that looks for expired certificates and sends