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 ed6408c commit 7ffe8caCopy full SHA for 7ffe8ca
cwltool/main.py
@@ -142,8 +142,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
142
default=True, dest="strict")
143
144
parser.add_argument("--skip-schemas", action="store_true",
145
- help="Skip loading of schemas",
146
- default=True, dest="skip_schemas")
+ help="Skip loading of schemas", default=True, dest="skip_schemas")
147
148
exgroup = parser.add_mutually_exclusive_group()
149
exgroup.add_argument("--verbose", action="store_true", help="Default logging")
0 commit comments