App Reference
goodbye(user)
Display a farewell message for the user.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
user |
str
|
The name of the user. |
required |
Source code in pytemplates_typer_cli/main.py
21 22 23 24 25 26 27 28 29 |
|
hello(user)
Display a greeting for the user.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
user |
str
|
The name of the user. |
required |
Source code in pytemplates_typer_cli/main.py
10 11 12 13 14 15 16 17 18 |
|
version()
Display the CLI version number.
Source code in pytemplates_typer_cli/main.py
32 33 34 35 |
|