menu
cliweave package
documentation
terminal.dart
ColorTheme
error method
error method
dark_mode
light_mode
error
method
String
error
(
String
s
)
Styles
s
as error output.
Implementation
String error(String s) => _pc.red(s);
cliweave package
documentation
terminal
ColorTheme
error method
ColorTheme class