MineralCli class
- Implemented types
Constructors
- MineralCli(Theme theme)
Properties
-
commands
→ Map<
String, CliCommand> -
no setteroverride
- console ↔ Console
-
getter/setter pair
- container ↔ Ioc
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- manager → CommandManager
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- theme → Theme
-
final
Methods
-
defineConsoleTheme(
Theme theme) → void -
override
-
handle(
List< String> arguments) → Future<void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
List< CliCommand> commands) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited