byoc.ArgparseConfig

class byoc.ArgparseConfig(obj, **kwargs)

Bases: byoc.CliConfig

Public Data Attributes:

schema

parser

usage

brief

Inherited from CliConfig

autoload

Inherited from Config

autoload

dynamic

Public Methods:

parser_getter()

__init__(obj, **kwargs)

load()

get_parser()

get_usage()

get_brief()

Inherited from Config

__init__(obj, **kwargs)

__repr__()

Return repr(self).

setup(*args, **kwargs)

load()


__init__(obj, **kwargs)[source]
property brief
get_brief()[source]
get_parser()[source]
get_usage()[source]
load()[source]
property parser
parser_getter()
schema = None
property usage