menu
serverpod_boost package
documentation
cli/console.dart
ConsoleHelper
error static method
error static method
dark_mode
light_mode
error
static method
void
error
(
String
text
)
Implementation
static void error(String text) { TextPen().red().text('✗ $text').print(); }
serverpod_boost package
documentation
cli/console
ConsoleHelper
error static method
ConsoleHelper class