Skip to content

Commit

Permalink
require input list
Browse files Browse the repository at this point in the history
  • Loading branch information
GernotMaier committed Jun 17, 2024
1 parent bc18273 commit f0d760a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _parse(label=None, description=None):
config.parser.add_argument(
"--input",
help="list of array element positions",
required=False,
required=True,
)
config.parser.add_argument(
"--input_meta",
Expand Down

0 comments on commit f0d760a

Please sign in to comment.