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
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