rcmpy
.
commands
.watch
index
/home/vkottler/src/vkottler/workspace/rcmpy/rcmpy/commands/watch.py
An entry-point for the 'watch' command.
Functions
add_watch_cmd
(parser: argparse.ArgumentParser) -> Callable[[argparse.Namespace], int]
Add watch-command arguments to its parser.
watch_cmd
(args: argparse.Namespace) -> int
Execute the watch command.