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 77cebb1 commit 124821bCopy full SHA for 124821b
Doc/whatsnew/3.14.rst
@@ -210,6 +210,12 @@ 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
219
ast
220
---
221
0 commit comments