menu
blocy package
documentation
commands/init_command.dart
InitCommand
printError method
printError method
dark_mode
light_mode
printError
method
void
printError
(
String
message
)
Implementation
void printError(String message) { final pen = AnsiPen()..red(); print(pen('❌ $message')); }
blocy package
documentation
commands/init_command
InitCommand
printError method
InitCommand class