args_help#

Functions

fill_from_args

Builds an argument parser, parses the arguments, updates and returns the object 'defaults' :param defaults: an object with fields to be filled from command line arguments :return:

fill_from_config

updates and returns the object 'defaults' based on 'config' :param defaults: an object with source fields :param config: an object with fields to be filled from command line arguments :return:

fill_from_dict

name_value_list

get the obj as a list of name, value pairs.