userfs.commands package#
Submodules#
userfs.commands.all module#
A module aggregating package commands.
userfs.commands.build module#
An entry-point for the ‘build’ command.
userfs.commands.common module#
Common argument-parsing utilities for package commands.
- userfs.commands.common.add_common(parser: ArgumentParser, projects: bool = True) None [source]#
Add common command options.
- userfs.commands.common.get_projects(args: Namespace, config: Config) Tuple[Set[str], Dict[str, Any]] [source]#
Get a set of projects based on command-line arguments.
- userfs.commands.common.run_command(interactions: Iterable[ProjectInteraction], args: Namespace) int [source]#
Run a project interaction command.
userfs.commands.custom module#
An entry-point for the ‘custom’ command.
userfs.commands.fetch module#
An entry-point for the ‘fetch’ command.