ArgumentBinder.

GetDescription<T>(string) Method

Summary

Creates a Cake Description string that can be put into a Task's Description function during a printout of "cake --showdescription".
Assembly
Cake.ArgumentBinder.dll
Namespace
Cake.ArgumentBinder
Containing Type
ArgumentBinder

Syntax

public static string GetDescription<T>(string taskDescription)

Type Parameters

Name Description
T The class to bind arguments to.

Parameters

Name Type Description
taskDescription string Top-level description of the task.

Return Value

Type Description
string A string of all of the argument's descriptions.