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.ArgumentBinder.
Summary
Creates a Cake Description string that can be put into
a Task's Description function during a printout of "cake --showdescription".
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. |