warpnet / salt-lint

A command-line utility that checks for best practices in SaltStack.
https://salt-lint.readthedocs.io/en/latest/
MIT License
154 stars 39 forks source link

Replace optparse by argparse #178

Closed roaldnefs closed 4 years ago

roaldnefs commented 4 years ago

Replace optparse by argparse and update README.md to show the new usage information.

The arguments are backwards compatible with the previous version of salt-lint.

Fixes #128

roaldnefs commented 4 years ago

@jbouter this version does not allow STDIN to be parsed and is only meant to keep backwards compatibility while migrating to argparse.