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