We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978dcbc commit 0ffe33dCopy full SHA for 0ffe33d
CHANGELOG.md
@@ -5,6 +5,9 @@
5
* Enhancements
6
* Raise `TypeError` if trying to set choices/completions on argparse action that accepts no arguments
7
* Create directory for the persistent history file if it does not already exist
8
+ * Added `set_choices_function()`, `set_choices_method()`, `set_completer_function()`, and `set_completer_method()`
9
+ to support cases where this functionality needs to be added to an argparse action outside of the normal
10
+ `parser.add_argument()` call.
11
12
## 0.9.15 (July 24, 2019)
13
* Bug Fixes
0 commit comments