runtimepy
.
commands
.tui
index
/home/vkottler/src/vkottler/workspace/runtimepy/runtimepy/commands/tui.py
An entry-point for the 'tui' command.
Modules
asyncio
Functions
add_tui_cmd
(parser: argparse.ArgumentParser) -> Callable[[argparse.Namespace], int]
Add tui-command arguments to its parser.
curses_wrap_if
(method: Callable[[argparse.Namespace], int], args: argparse.Namespace) -> int
Run a method in TUI mode if a condition is met.
start
(args: argparse.Namespace) -> int
Start the user interface.
tui_cmd
(args: argparse.Namespace) -> int
Execute the tui command.
Data
__all__
= ('curses_wrap_if', 'start', 'tui_cmd', 'add_tui_cmd')