menu
kappa package
documentation
cli/commander.dart
Commander
error static method
error static method
dark_mode
light_mode
error
static method
Future
<
void
>
error
(
String
message
)
Implementation
static Future<void> error(String message) async { stderr.writeln(message); }
kappa package
documentation
cli/commander
Commander
error static method
Commander class