rcmpy.commands.use
index
/home/vkottler/src/vkottler/workspace/rcmpy/rcmpy/commands/use.py

An entry-point for the 'use' command.

 
Functions
       
add_use_cmd(parser: argparse.ArgumentParser) -> Callable[[argparse.Namespace], int]
Add use-command arguments to its parser.
use_cmd(args: argparse.Namespace) -> int
Execute the use command.