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