DevToolsCLI class

CLI interface for DevTools MEJORA-015: CLI Interactivo

Provides a command-line interface for debugging and interacting with the Air Framework at runtime.

Example:

final cli = DevToolsCLI();

// Process commands
cli.execute('state get user.profile');
cli.execute('pulse auth.logout');
cli.execute('di list');
cli.execute('help');

Constructors

DevToolsCLI()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
history List<String>
Get command history
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(String command) CLIResult
Execute a command and return the result
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