Closed jiasli closed 2 years ago
--only-show-errors doesn't work on root parser:
--only-show-errors
> python .\examples\exapp2 --only-show-errors usage: exapp2 [-h] [--verbose] [--debug] [--only-show-errors] [--output {json,jsonc,yaml,yamlc,table,tsv,none}] [--query JMESPATH] {hello,sample-json,sample-logger,abc,ga,pre,exp,dep,demo} ... exapp2: error: the following arguments are required: _command
This is due to a typo made by #179. Now fix it.
--only-show-errors
doesn't work on root parser:This is due to a typo made by #179. Now fix it.