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