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