From 79457d27ac226a4bf0d71eb6c9590bac121a091a Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Mon, 8 Jan 2024 14:40:31 +0100 Subject: [PATCH] fix CLI --- pyquarantine/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyquarantine/cli.py b/pyquarantine/cli.py index 7274907..8ffd95c 100644 --- a/pyquarantine/cli.py +++ b/pyquarantine/cli.py @@ -495,6 +495,7 @@ def main(): quar_copy_parser.add_argument( "-t", "--to", dest="recipient", + required=True, help="Release email for one recipient address.") quar_copy_parser.set_defaults(func=copy) # quarantine delete command