-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
related to #42 which fixed code gen. Documentation is still however missing.
Reproduce with this alias.
public System.Int32 StartProcess(Cake.Core.IO.FilePath fileName, Cake.Core.IO.ProcessSettings settings, out System.Collections.Generic.IEnumerable<System.String> redirectedOutput)
{
return Cake.Common.ProcessAliases.StartProcess(Context, fileName, settings, out redirectedOutput);
}ping @patriksvensson
Reactions are currently unavailable