Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GH-99749: Add optional feature to suggest correct names (ArgumentParser)#124456

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
serhiy-storchaka merged 54 commits intopython:mainfromsavannahostrowski:gh-99773
Oct 17, 2024
Merged
Changes from2 commits
Commits
Show all changes
54 commits
Select commitHold shift + click to select a range
ef8e4fc
Add closet choice if exists in argparser if wrong choice picked
abdulrafey38Nov 25, 2022
7e8dcf8
📜🤖 Added by blurb_it.
blurb-it[bot]Nov 25, 2022
8c754cd
Fix documentation
abdulrafey38Nov 25, 2022
4fb8ce6
Added EOL :hammer:
abdulrafey38Nov 25, 2022
2f197b3
Test cases updated for argparser
abdulrafey38Nov 25, 2022
940a66e
Fixed typo errors :hammer:
abdulrafey38Nov 25, 2022
badc5ed
Test case fix :hammer:
abdulrafey38Nov 25, 2022
2588ef1
Fixed test cse error msg :hammer:
abdulrafey38Nov 25, 2022
ee05c1e
Fixed error test case assert msg :hammer:
abdulrafey38Nov 25, 2022
4a36406
assertion fix :hammer:
abdulrafey38Nov 25, 2022
fe169bc
assertion test case fix
abdulrafey38Nov 25, 2022
9fe0d95
Test Case fix
abdulrafey38Nov 25, 2022
d12e1c4
Reveet to assertRegex from assertEqual
abdulrafey38Nov 25, 2022
35f0961
Remove unused imports :hammer:
abdulrafey38Nov 25, 2022
087895c
assertion msg fixed :hammer:
abdulrafey38Nov 25, 2022
6eeae5c
test cases fixed :hammer:
abdulrafey38Nov 25, 2022
9965694
assert fix
abdulrafey38Nov 25, 2022
4ef218a
assertion fix
abdulrafey38Nov 25, 2022
e63a01c
revert testing
abdulrafey38Nov 25, 2022
bfc9262
test: hammer:
abdulrafey38Nov 25, 2022
b3b4a9e
fixed
abdulrafey38Nov 25, 2022
b8bc465
PR review changes :hammer:
abdulrafey38Nov 26, 2022
ade070f
test case fix :hammer:
abdulrafey38Nov 26, 2022
3753a0d
test case fixation assertIn
abdulrafey38Nov 26, 2022
2b802ec
Merge branch 'main' into gh-99773
savannahostrowskiSep 24, 2024
f516bb4
Rework to add tests and make optional
savannahostrowskiSep 24, 2024
c9b40f5
Add to docs
savannahostrowskiSep 24, 2024
981bacd
Add implicit test case
savannahostrowskiSep 24, 2024
f9a6cc1
Appease linter
savannahostrowskiSep 24, 2024
6bdb131
📜🤖 Added by blurb_it.
blurb-it[bot]Sep 24, 2024
2c39866
Merge branch 'main' into gh-99773
savannahostrowskiSep 24, 2024
fb3769c
Undo import rename
savannahostrowskiSep 24, 2024
0eeb543
update docs
savannahostrowskiSep 24, 2024
972cc1e
update spacing
savannahostrowskiSep 24, 2024
22cdcf2
restore newline
savannahostrowskiSep 24, 2024
257c030
add section on suggest_on_error
savannahostrowskiSep 24, 2024
f97de33
fix indent
savannahostrowskiSep 24, 2024
fb5f041
Merge branch 'main' into gh-99773
savannahostrowskiSep 24, 2024
a55483e
Address PR comments
savannahostrowskiSep 26, 2024
1df84e4
add guard for types
savannahostrowskiSep 26, 2024
b5cb94b
remove comment
savannahostrowskiSep 26, 2024
4179a6f
Linting
savannahostrowskiSep 26, 2024
8e4793c
add pr comment
savannahostrowskiSep 26, 2024
b782fbc
merge main
savannahostrowskiOct 11, 2024
73c4bd3
fix merge conflict
savannahostrowskiOct 12, 2024
d2c665d
Merge branch 'main' into gh-99773
savannahostrowskiOct 12, 2024
d1daff1
Appease linter
savannahostrowskiOct 12, 2024
f57b4dc
Merge branch 'gh-99773' of https://github.com/savannahostrowski/cpyth…
savannahostrowskiOct 12, 2024
f2f67e7
Merge branch 'main' into gh-99773
serhiy-storchakaOct 14, 2024
3d9bbb4
Update Misc/NEWS.d/next/Library/2024-09-24-18-49-16.gh-issue-99749.gB…
savannahostrowskiOct 17, 2024
c494469
Merge branch 'main' into gh-99773
savannahostrowskiOct 17, 2024
05dc55c
Test whole line
savannahostrowskiOct 17, 2024
68b9383
Merge branch 'gh-99773' of https://github.com/savannahostrowski/cpyth…
savannahostrowskiOct 17, 2024
f2781cc
Fix line length
savannahostrowskiOct 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
Adds a feature to optionally enable suggestions for argument choices and subparser names if mistyped by the user
Adds a feature to optionally enable suggestions for argument choices and subparser names if mistyped by the user.
Loading

[8]ページ先頭

©2009-2025 Movatter.jp