CommandConfig class
CLI command configuration
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- analyseAbbr → const String
- analyseFlag → const String
- applyAbbr → const String
- applyFlag → const String
- ciFlag → const String
- helpAbbr → const String
- Command abbreviations
- helpFlag → const String
- Available command line flags
- interactiveAbbr → const String
- interactiveFlag → const String
- noColorFlag → const String
- organizeAbbr → const String
- organizeFlag → const String
- restoreAbbr → const String
- restoreFlag → const String
- updateAbbr → const String
- updateFlag → const String
- versionAbbr → const String
- versionFlag → const String