pynamer.cli

Functions

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

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

Module Contents

pynamer.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. [‘pynamer’, ‘-s’, ‘-w’, ‘project_name’]