Fetch#

The relenv fetch command.

relenv.fetch.main(args)#

The entrypoint into the relenv fetch command.

Parameters:

args (argparse.Namespace) – The args passed to the command

relenv.fetch.setup_parser(subparsers)#

Setup the subparser for the fetch command.

Parameters:

subparsers (argparse._SubParsersAction) – The subparsers object returned from add_subparsers