We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The chaco example https://github.com/enthought/chaco/blob/ef7227706642f7d26042717ad9b60648d7572068/examples/demo/advanced/scalar_image_function_inspector.py makes use of optparse which we should replace with argparse at the least, if not click.
optparse
argparse
click
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The chaco example https://github.com/enthought/chaco/blob/ef7227706642f7d26042717ad9b60648d7572068/examples/demo/advanced/scalar_image_function_inspector.py makes use of
optparse
which we should replace withargparse
at the least, if notclick
.The text was updated successfully, but these errors were encountered: