Simplest approach to execute a typer program / execute without a filename? #1319
-
First Check
Commit to Help
Example CodeN/ADescriptionHi thanks for the lib! I wonder what is the simplest approach to execute a typer program? Or, can we execute without a filename? Currently I know we can However, looking at similar projects, such as the Justfile project, we can do Thus, I would appreciate it if we could run Operating SystemOther Operating System DetailsNo response Typer Versionlatest Python Versionlatest Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can package your app, and after installing it you will be able to use it with just Docs: https://typer.tiangolo.com/tutorial/package/#add-a-script |
Beta Was this translation helpful? Give feedback.
You can package your app, and after installing it you will be able to use it with just
$ your_app_name [COMMAND]Docs: https://typer.tiangolo.com/tutorial/package/#add-a-script