userfs.commands.common
index
/home/vkottler/src/vkottler/workspace/userfs/userfs/commands/common.py

Common argument-parsing utilities for package commands.

 
Functions
       
add_common(parser: argparse.ArgumentParser, projects: bool = True) -> None
Add common command options.
get_projects(args: argparse.Namespace, config: userfs.config.Config) -> Tuple[Set[str], Dict[str, Any]]
Get a set of projects based on command-line arguments.
run_command(interactions: Iterable[userfs.config.project.ProjectInteraction], args: argparse.Namespace) -> int
Run a project interaction command.

 
Data
        Dict = typing.Dict
Iterable = typing.Iterable
Set = typing.Set
Tuple = typing.Tuple