_generate_args ===================================== .. py:function:: petpal.cli.cli_preproc._generate_args() -> argparse.ArgumentParser Generates command line arguments for method :func:`main`. :returns: *args (argparse.ArgumentParser)* -- Arguments used in the command line and their corresponding values.