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