152
152
def __init__(self, name, help='', type=None, argname=None,
153
short_name=None, param_name=None, custom_callback=None,
155
154
"""Make a new command option.
157
156
:param name: regular name of the command, used in the double-dash
159
158
method (unless param_name is specified).
161
160
:param help: help message displayed in command help
164
163
None (default) if this option doesn't take an argument.
166
165
:param argname: name of option argument, if any