menu
serverpod_boost package
documentation
cli/console_helper.dart
ConsoleHelper
clearLine static method
clearLine static method
dark_mode
light_mode
clearLine
static method
void
clearLine
(
)
Clear current line
Implementation
static void clearLine() { stdout.write('\r\x1B[K'); }
serverpod_boost package
documentation
cli/console_helper
ConsoleHelper
clearLine static method
ConsoleHelper class