menu
vania_cli package
documentation
common/console.dart
Console
error static method
error static method
dark_mode
light_mode
error
static method
void
error
(
String
value
)
Implementation
static void error(String value) => stderr.writeln('${red('✗')} $value');
vania_cli package
documentation
common/console
Console
error static method
Console class