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

bpo-39467: allow user to deprecate CLI arguments #18208

Open
wants to merge 1 commit into
base: master
from

Conversation

@4383
Copy link
Contributor

4383 commented Jan 27, 2020

bpo-39467: allow user to deprecate CLI arguments

Today it's not possible to deprecate CLI arguments designed with argparse, it could be useful to introduce deprecation feature in argparse to allow developers to inform their apps's users when an argument is planed to be removed in the future.

These changes allow developers to deprecate CLI arguments.

https://bugs.python.org/issue39467

@4383 4383 force-pushed the 4383:deprecatedcli branch from 4266a52 to 8477506 Jan 27, 2020
@rhettinger rhettinger self-assigned this Jan 27, 2020
@4383 4383 force-pushed the 4383:deprecatedcli branch from 2def6ea to f4d9614 Jan 28, 2020
@4383 4383 force-pushed the 4383:deprecatedcli branch from 8889a07 to 7c1d2be Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.