menu
bipul_cli package
documentation
commands/base_command.dart
BaseCommand
isInteractive method
isInteractive method
dark_mode
light_mode
isInteractive
method
bool
isInteractive
(
)
Implementation
bool isInteractive() { return stdin.hasTerminal; }
bipul_cli package
documentation
commands/base_command
BaseCommand
isInteractive method
BaseCommand class