You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the GitHub search to find a similar question and didn't find it.
I searched the Typer documentation, with the integrated search.
I already searched in Google "How to X in Typer" and didn't find any information.
I already read and followed all the tutorial in the docs and didn't find an answer.
I already checked if it is not related to Typer but to Click.
Commit to Help
I commit to help with one of those options 👆
Example Code
importthis
Description
I read through the docs and also parts of the code, but it would be great to have a better description of functions and their parameters. Not everything is self descriptive and not every option is used in the docs. For instance, take typer.Option as example:
Are these options taken from Click or are they Typer specific? This is some sort of information I miss. typer.Argument or typer.Typer are candidates as well for some better explanation. A docstring would already help a little. :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First Check
Commit to Help
Example Code
Description
I read through the docs and also parts of the code, but it would be great to have a better description of functions and their parameters. Not everything is self descriptive and not every option is used in the docs. For instance, take typer.Option as example:
Are these options taken from Click or are they Typer specific? This is some sort of information I miss.
typer.Argument
ortyper.Typer
are candidates as well for some better explanation. A docstring would already help a little. :)Regards, Thomas
Operating System
Linux
Operating System Details
No response
Typer Version
0.7.0
Python Version
3.6.15
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions