CliOptLongNameAsBundleException class

When encountered a long option name consisting of some short option names only (might happen only if smart bundling is turned on)

Inheritance

Constructors

CliOptLongNameAsBundleException(String optName)
Specific constructor

Properties

description String
Free text explaining what is this exception about
no setterinherited
descriptionForArg String
Explanation for a plain argument
no setterinherited
descriptionForOpt String
Explanation for an option
no setteroverride
details String
Option name and values stringized
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
Option name
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List?
Option values
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
An override of the default toString() showing explanation and data
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited