class documentation

class BadArgumentUsage(UsageError):

View In Hierarchy

Raised if an argument is generally supplied but the use of the argument was incorrect. This is for instance raised if the number of values for an argument is not correct.

New in version 6.0.

Inherited from UsageError:

Method __init__ Undocumented
Method show Undocumented
Class Variable exit​_code Undocumented
Instance Variable cmd Undocumented
Instance Variable ctx Undocumented

Inherited from ClickException (via UsageError):

Method __str__ Undocumented
Method format​_message Undocumented
Instance Variable message Undocumented