Scroll to navigation

TYPER(1) User Commands TYPER(1)

NAME

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

SYNOPSIS

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

OPTIONS

ARGUMENTS

Python3 script that typer will run as a CLI application.

OPTIONS

The typer app object/variable to use.
The function to convert to Typer.
Print version and exit.
Install completion for the current shell.
Show completion for the current shell, to copy it or customize the installation.
Show a help message and exit.

COMMANDS

Extra utility commands for Typer apps.
See typer-utils(1).

SEE ALSO

typer-utils(1)

April 2024