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