rcmpy
.
commands
.dump
index
/home/vkottler/src/vkottler/workspace/rcmpy/rcmpy/commands/dump.py
An entry-point for the 'dump' command.
Modules
sys
Functions
add_dump_cmd
(_: argparse.ArgumentParser) -> Callable[[argparse.Namespace], int]
Add dump-command arguments to its parser.
dump_cmd
(args: argparse.Namespace) -> int
Execute the dump command.
dump_env
(_: argparse.Namespace, env: rcmpy.environment.Environment) -> int
Dump information about the environment.