We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c2e98 commit 10bef24Copy full SHA for 10bef24
cwltool/argparser.py
@@ -252,7 +252,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
252
"CommandLineTool, or ExpressionTool. If the `inputs_object` has a "
253
"`cwl:tool` field indicating the path or URL to the cwl_document, "
254
" then the `workflow` argument is optional.")
255
- parser.add_argument("job_order",
+ parser.add_argument("job_order", nargs=argparse.REMAINDER,
256
metavar='inputs_object', help="path or URL to a YAML or JSON "
257
"formatted description of the required input values for the given "
258
"`cwl_document`.")
0 commit comments