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