This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
TaskArgumentExampleValueAttribute
class.
- Assembly
- Cake
.Sprinkles .Module .dll - Namespace
- Cake
.Sprinkles .Module .Annotations .Arguments - Containing Type
- Task
Argument Example Value Attribute
Syntax
public TaskArgumentExampleValueAttribute(string usageExample)
Parameters
Name | Type | Description |
---|---|---|
usageExample | string | The example value that should be in place of the {0} placeholder in: --ArgumentName={0} |
Return Value
Type | Description |
---|---|
void |