Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use argparse instead of sys.argv #6

Open
mirmire opened this issue Mar 2, 2019 · 0 comments
Open

Use argparse instead of sys.argv #6

mirmire opened this issue Mar 2, 2019 · 0 comments

Comments

@mirmire
Copy link
Contributor

mirmire commented Mar 2, 2019

Using argparse would have at least the following benefits:

  • auto generated help and usage message
  • much better handling of positional and optional args (future-proof?)
  • elimination of the exception raising class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant