1TYPER(1) User Commands TYPER(1)
2
3
4
6 typer - Typer CLI
7
9 typer [OPTIONS] [PATH_OR_MODULE] COMMAND [ARGS]...
10
12 Run Typer scripts with completion, without having to create a package.
13
14 You probably want to install completion for the typer command:
15 $ typer --install-completion
16 In Fedora Linux, completions are already installed globally for
17 bash(1), fish(1), and zsh(1).
18
20 [PATH_OR_MODULE]
21
22 --app TEXT
23 The typer app object/variable to use.
24
25 --func TEXT
26 The function to convert to Typer.
27
28 --version
29 Print version and exit. [default: False]
30
31 --install-completion
32 Install completion for the current shell.
33
34 --show-completion
35 Show completion for the current shell, to copy it or customize
36 the installation.
37
38 --help Show a usage message and exit.
39
41 utils Extra utility commands for Typer apps.
42
44 https://typer.tiangolo.com/
45
46 bash(1), fish(1), zsh(1), zshcompsys(1)
47
48
49
50 June 2021 TYPER(1)