This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Putty.
Summary
Runs a command and returns a result based on processed output.
Syntax
public T[] RunWithResult<T>(string host, string command, TSettings settings, Func<IEnumerable<string>, T[]> processOutput)
Type Parameters
Parameters
Name |
Type |
Description |
host |
string |
|
command |
string |
|
settings |
TSettings |
|
processOutput |
Func<IEnumerable<string>, T[]> |
|
Return Value