iperflexer.argumentparser.Arguments

class iperflexer.argumentparser.Arguments[source]

An adapter for the argparse.ArgumentParser

__init__()[source]

Methods

__init__()
parse_args()
return:namespace with command-line arguments

Attributes

parser
return:ArgumentParser
parse_args()[source]
Returns:namespace with command-line arguments
parser[source]
Returns:ArgumentParser