mqt.bench.cli

Command-line interface for generating benchmarks.

Module Contents

class CustomArgumentParser(prog=None, usage=None, description=None, epilog=None, parents=[], formatter_class=HelpFormatter, prefix_chars='-', fromfile_prefix_chars=None, argument_default=None, conflict_handler='error', add_help=True, allow_abbrev=True, exit_on_error=True, *, suggest_on_error=False, color=True)[source]

Bases: argparse.ArgumentParser

Custom argument parser that includes version information in the help message.

format_help() str[source]

Include version information in the help message.

main() None[source]

Generate a single benchmark and output in specified format.