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 2bb7ab7 commit 84074a4Copy full SHA for 84074a4
Doc/whatsnew/3.14.rst
@@ -210,6 +210,11 @@ argparse
210
interpreter was instructed to find the ``__main__`` module code.
211
(Contributed by Serhiy Storchaka and Alyssa Coghlan in :gh:`66436`.)
212
213
+* Introduced the optional *suggest_on_error* parameter to
214
+ :class:`argparse.ArgumentParser`, enabling suggestions for argument choices
215
+ and subparser names if mistyped by the user.
216
+ (Contributed by Savannah Ostrowski in :gh:`124456`)
217
+
218
ast
219
---
220
0 commit comments