userfs.app
index
/home/vkottler/src/vkottler/workspace/userfs/userfs/app.py

This package's command-line entry-point application.

 
Functions
       
add_app_args(parser: argparse.ArgumentParser) -> None
Add application-specific arguments to the command-line parser.
entry(args: argparse.Namespace) -> int
Execute the requested task.

 
Data
        COMMAND = None
__annotations__ = {'COMMAND': typing.Optional[typing.Callable[[argparse.Namespace], int]]}