metabook.cli ============ .. py:module:: metabook.cli Functions --------- .. autoapisummary:: metabook.cli._parse_args Module Contents --------------- .. py:function:: _parse_args(args: list) -> tuple[argparse.Namespace, argparse.ArgumentParser] Function to return the ArgumentParser object created from all the args. :param args: A list of arguments from the commandline e.g. ['metabook', '.', '-r']