metabook.cli

Module Contents

Functions

_parse_args(→ tuple[argparse.Namespace, ...)

Function to return the ArgumentParser object created from all the args.

metabook.cli._parse_args(args: list) tuple[argparse.Namespace, argparse.ArgumentParser][source]

Function to return the ArgumentParser object created from all the args.

Parameters:

args – A list of arguments from the commandline e.g. [‘metabook’, ‘.’, ‘-r’]