command static method
Prints a formatted command execution message.
Implementation
static void command(String message) {
_logger.info(yellow.wrap('🚀 $message'));
}
Prints a formatted command execution message.
static void command(String message) {
_logger.info(yellow.wrap('🚀 $message'));
}