menu
process_run package
documentation
utils/shell_bin_command.dart
ShellBinCommand
getFlag method
getFlag method
dark_mode
light_mode
getFlag
method
bool
getFlag
(
String
name
)
Get a flag
Implementation
bool getFlag(String name) => results.flag(name);
process_run package
documentation
utils/shell_bin_command
ShellBinCommand
getFlag method
ShellBinCommand class