typer - Man Page

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

Synopsis

typer [Options] [PATH_OR_MODULE] COMMAND [ARGS]...

Options

Arguments

path_or_module

[PATH_OR_MODULE] [default: None]

Options

--app TEXT

The typer app object/variable to use. [default: None]

--func TEXT

The function to convert to Typer. [default: None]

--version

Print version and exit.

--install-completion

Install completion for the current shell.

--show-completion

Show completion for the current shell, to copy it or customize the installation.

--help

Show a help message and exit.

Commands

utils

Extra utility commands for Typer apps.

See typer-utils(1).

See Also

typer-utils(1)

Referenced By

typer-utils(1), typer-utils-docs(1).

December 2024