menu
udara_cli package
documentation
core/core.dart
ProcessRunProcessResultsExt
errLines property
errLines property
dark_mode
light_mode
errLines
property
Iterable
<
String
>
get
errLines
Line lists
Implementation
Iterable<String> get errLines => _outLinesToLines(map((result) => result.errLines));
udara_cli package
documentation
core/core
ProcessRunProcessResultsExt
errLines property
ProcessRunProcessResultsExt extension on
List
<
ProcessResult
>