katgpucbf.configure_tools module

Utilities for writing development tools that start CBFs.

katgpucbf.configure_tools.add_arguments(parser: ArgumentParser) None[source]

Add common options to an argument parser.

katgpucbf.configure_tools.apply_arguments(config: dict, args: Namespace) None[source]

Apply arguments from add_arguments() to a product-configure dictionary.

katgpucbf.configure_tools.parse_develop_options(develop_argument: str) dict[source]

Separate complex develop options into a dictionary.