Set TUI environment

This commit is contained in:
jpk 2023-05-20 13:07:53 +02:00
parent 02c651aefb
commit 056f6d82d9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def monitor_cmd() -> None:
@click.command(name="tui")
def tui_cmd() -> None:
pass
context.set_environment(context.BlattedEnvironment.TUI)
@click.group()