esunar / test4

GNU General Public License v3.0
0 stars 0 forks source link

boolean flag --dump-state expects argument #183

Open esunar opened 1 year ago

esunar commented 1 year ago

Currently the functionally boolean flag "--dump-state" expects an argument whereas according to the usage string, it should not. It only signals the app to dump the output into --output-dir.

miles@t440:~/repo/juju-lint$ juju-lint --dump-state -d /tmp/out -c contrib/fcb-yoga-focal.yaml -t openstack usage: juju-lint [-h] [-l [LOGGING.LOGLEVEL]] [-d [OUTPUT.FOLDER]] [--dump-state OUTPUT.DUMP] [-c RULES.FILE] [-t CLOUD-TYPE] [-o OVERRIDE.SUBORDINATE] [--logfile LOGGING.FILE] [--format {text,json}] [manual-file] juju-lint: error: argument --dump-state: expected one argument


Imported from Launchpad using lp2gh.