You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument("--implementation", choices=["py", "cp", "pp", "ip", "jy"]).complete= {"cpython", "ironpython", "jython", "pypy", "implementation-agnostic"}
# len(complete) must = len(choices), or complete must be a dict which keys is choices
zsh/fish support choices with description, like:
A new feature
Result:
"--implementation: :((pp\:pypy jy\:jython cp\:cpython ip\:ironpython py\:implementation-agnostic))"
The text was updated successfully, but these errors were encountered: