menu
kite package
documentation
commands/create_command.dart
CreateCommand
logStep method
logStep method
dark_mode
light_mode
logStep
method
void
logStep
(
String
message
)
Implementation
void logStep(String message) { stdout.writeln("🔹 $message"); }
kite package
documentation
commands/create_command
CreateCommand
logStep method
CreateCommand class