CommandSettingsExtensions Class

Summary

Contains functionality related to CommandRunner.
Namespace
Cake.Common.Tools.Command
Base Types
  • object
graph BT Type-->Base0["object"] Type["CommandSettingsExtensions"] class Type type-node

Syntax

public static class CommandSettingsExtensions

Methods

Name Value Summary
WithExecutableNames<T>(T, string[]) T
Sets the tool executable names.
static
WithToolName<T>(T, string) T
Sets the tool name.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin