Closed roaldnefs closed 4 years ago
Replace optparse by argparse and update README.md to show the new usage information.
optparse
argparse
README.md
The arguments are backwards compatible with the previous version of salt-lint.
salt-lint
Fixes #128
@jbouter this version does not allow STDIN to be parsed and is only meant to keep backwards compatibility while migrating to argparse.
Replace
optparse
byargparse
and updateREADME.md
to show the new usage information.The arguments are backwards compatible with the previous version of
salt-lint
.Fixes #128