menu
claude_toolkit package
documentation
commands/base_command.dart
BaseCommand
run abstract method
run abstract method
dark_mode
light_mode
run
abstract method
Future
<
int
>
run
(
List
<
String
>
arguments
)
Run the command with the given arguments
Implementation
Future<int> run(List<String> arguments);
claude_toolkit package
documentation
commands/base_command
BaseCommand
run abstract method
BaseCommand class