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