Skip to content

Commit 452a2eb

Browse files
committed
Removed unnecessary requirement in cli
1 parent 2add1c7 commit 452a2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

neat/cli/commands/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from .base import Group
1010

11-
output_group = Group("output", is_mutually_exclusive=True, required=True)
11+
output_group = Group("output", required=True)
1212
output_group.add_argument(
1313
"-o",
1414
"--output_dir",

0 commit comments

Comments
 (0)