add_common_print_args#

petpal.cli.cli_tac_fitting.add_common_print_args(parser: argparse.ArgumentParser)#

Adds common verbosity/printing arguments to the provided argument parser.

This helper function configures arguments related to optional printing of analysis results to the console.

Parameters:

parser (argparse.ArgumentParser) – Argument parser (or subparser) to which the printing/verbosity arguments will be added.