CliCommand class abstract

Constructors

CliCommand()

Properties

hashCode int
The hash code for this object.
no setterinherited
prefix String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(ArgResults args) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printBlack(Object msg, {bool bg = false, bool bold = false}) → void
printBlue(Object msg, {bool bg = false, bool bold = false}) → void
printColored(Object msg, {int r = 0, int g = 0, int b = 0, bool bg = false}) → void
printCyan(Object msg, {bool bg = false, bool bold = false}) → void
printGreen(Object msg, {bool bg = false, bool bold = false}) → void
printMagenta(Object msg, {bool bg = false, bool bold = false}) → void
printRed(Object msg, {bool bg = false, bool bold = false}) → void
printWhite(Object msg, {bool bg = false, bool bold = false}) → void
printYellow(Object msg, {bool bg = false, bool bold = false}) → void
toString() String
A string representation of this object.
inherited

Operators

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