fix CLI
This commit is contained in:
@@ -495,6 +495,7 @@ def main():
|
|||||||
quar_copy_parser.add_argument(
|
quar_copy_parser.add_argument(
|
||||||
"-t", "--to",
|
"-t", "--to",
|
||||||
dest="recipient",
|
dest="recipient",
|
||||||
|
required=True,
|
||||||
help="Release email for one recipient address.")
|
help="Release email for one recipient address.")
|
||||||
quar_copy_parser.set_defaults(func=copy)
|
quar_copy_parser.set_defaults(func=copy)
|
||||||
# quarantine delete command
|
# quarantine delete command
|
||||||
|
|||||||
Reference in New Issue
Block a user