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

An entry-point for the 'native' command.

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