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