class MissingParameter(BadParameter):
Raised if click required an option or argument but it was not provided when invoking the script.
Parameters | |
param_type | a string that indicates the type of the parameter.
The default is to inherit the parameter type from
the given param . Valid values are 'parameter',
'option' or 'argument'. |
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | format_message |
Undocumented |
Instance Variable | param_type |
Undocumented |
Inherited from BadParameter
:
Instance Variable | param |
Undocumented |
Instance Variable | param_hint |
Undocumented |
Inherited from UsageError
(via BadParameter
):
Method | show |
Undocumented |
Class Variable | exit_code |
Undocumented |
Instance Variable | cmd |
Undocumented |
Instance Variable | ctx |
Undocumented |
Inherited from ClickException
(via BadParameter
, UsageError
):
Instance Variable | message |
Undocumented |
click.exceptions.BadParameter.__init__
click.exceptions.ClickException.__str__
Undocumented
Returns | |
str | Undocumented |