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

A module for package command-line argument interfaces.

 
Modules
       
curses

 
Functions
       
arbiter_args(parser: argparse.ArgumentParser, nargs: str = '+') -> Iterator[NoneType]
Add common connection-arbiter parameters.
arbiter_flags(parser: argparse.ArgumentParser) -> None
Add arbiter command-line flag arguments.
cmd_with_jit(command: Callable[[argparse.Namespace], int], args: argparse.Namespace, data: dict[str, typing.Any]) -> int
Run an 'arbiter' command with custom data inserted.
curses_wrap_if(method: Callable[[argparse.Namespace], int], args: argparse.Namespace) -> int
Run a method in TUI mode if a condition is met.

 
Data
        ARBITER = <vcorelib.io.arbiter.DataArbiter object>
DEFAULT_EXT = 'yaml'
FACTORIES = 'package://runtimepy/factories.yaml'
Iterator = typing.Iterator
PKG_NAME = 'runtimepy'