runtimepy.commands.arbiter
index
/home/vkottler/src/vkottler/workspace/runtimepy/runtimepy/commands/arbiter.py

An entry-point for the 'arbiter' command.

 
Modules
       
asyncio

 
Functions
       
add_arbiter_cmd(parser: argparse.ArgumentParser) -> Callable[[argparse.Namespace], int]
Add arbiter-command arguments to its parser.
app(args: argparse.Namespace) -> int
Start the application with an optional TUI.
arbiter_cmd(args: argparse.Namespace) -> int
Execute the arbiter command.
async entry(stop_sig: asyncio.locks.Event, args: argparse.Namespace, window: Any = None) -> int
The async command entry.