AppendCommandsCliService
AppendCommandsCliService
Bases: ServiceInterface
Append commands to execute in CLI.
Source code in myalias/core/services/append_commands_cli_service.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |
execute(app)
Append commands in CLI.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
app |
typer.Typer
|
Typer app. |
required |
Returns:
| Type | Description |
|---|---|
|
None |
Source code in myalias/core/services/append_commands_cli_service.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |