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 just found this project and really like the idea. Now I already had a tool written in typer and not click.
However typer is based on click so it is possible to use this tool with typer!
It would be nice to update the README and inform users that they can use typer with this tool and maybe add an example in the repo. The get_command function from typer generates a click command group and the only requirement to make it work with click-web is to set the name variable.
Thanks for the information!
Will be glad to add it to the readme, or a separate README_TYPER that is linked from the README to keep it clean an simple to digest.
Do you have an Typer example that I can add?
I could write one for this purpose. Do you have any specifics on how much you would like it to cover or just have it be a basic example of a single command with an argument or two?
Hey!
I just found this project and really like the idea. Now I already had a tool written in typer and not click.
However typer is based on click so it is possible to use this tool with typer!
It would be nice to update the README and inform users that they can use typer with this tool and maybe add an example in the repo. The get_command function from typer generates a click command group and the only requirement to make it work with click-web is to set the name variable.
Take your Typer() instance and do the following
commands.py
main.py
start.sh
The text was updated successfully, but these errors were encountered: