logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

typer – run Typer scripts with completion, without having to create a package

Name

typer – run Typer scripts with completion, without having to create a package

Options

ARGUMENTSPATH_OR_MODULE
              Python3 script that typer will run as a CLI application.

   OPTIONS--appTEXT
              The typer app object/variable to use.

       --funcTEXT
              The function to convert to Typer.

       --version
              Print version and exit.

       --install-completion[bash|zsh|fish|powershell|pwsh]
              Install completion for the current shell.

       --show-completion[bash|zsh|fish|powershell|pwsh]
              Show completion for the current shell, to copy it or customize the installation.

       --help Show a help message and exit.

   COMMANDSutils  Extra utility commands for Typer apps.

              See typer-utils(1).

See Also

typer-utils(1)

                                                   April 2024                                           TYPER(1)

Synopsis

typer [OPTIONS] [PATH_OR_MODULE] COMMAND [ARGS]...

See Also