menu
std package
documentation
command_runner.dart
CommandRunner
CommandRunner.new constructor
CommandRunner.new constructor
dark_mode
light_mode
CommandRunner
constructor
CommandRunner
(
{
bool
useUnixShell
=
false
,
String
unixShell
=
'bash'
,
Encoding
?
encoding
,
})
Implementation
CommandRunner({ this.useUnixShell = false, this.unixShell = 'bash', this.encoding /* = null */, });
std package
documentation
command_runner
CommandRunner
CommandRunner.new constructor
CommandRunner class