menu
neomage package
documentation
data/commands/command.dart
LocalCommand
execute abstract method
execute abstract method
dark_mode
light_mode
execute
abstract method
Future
<
CommandResult
>
execute
(
String
args
,
ToolUseContext
context
)
Execute the command.
Implementation
Future<CommandResult> execute(String args, ToolUseContext context);
neomage package
documentation
data/commands/command
LocalCommand
execute abstract method
LocalCommand class