yambs.commands.gen
index
/home/vkottler/src/vkottler/workspace/yambs/yambs/commands/gen.py

An entry-point for the 'gen' command.

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