add_common_print_args ================================================ .. py:function:: 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. :param parser: Argument parser (or subparser) to which the printing/verbosity arguments will be added. :type parser: argparse.ArgumentParser