Replies: 1 comment
-
Seems to be fixed:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
If provided with an option without a default, it:
[required]
in help (good)[default: None]
in help (not good) which is very confusing since this default will never be used and conflicts with the 'required' label for this optionSuggestion: remove
[required]
label in help for required options. (yes, there'sshow_default
but does it make sense having it default to True in this case?)Operating System
macOS
Operating System Details
No response
Typer Version
0.9.0
Python Version
3.11.5
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions