- Namespace
- Cake
.Commands - Containing Type
- Default
Command Settings
Syntax
[CommandArgument(0, "[SCRIPT]")]
[Description("The Cake script. Defaults to [grey]build.cake[/]")]
[TypeConverter(typeof(Cli.FilePathConverter))]
[DefaultValue("build.cake")]
public FilePath Script { get; set; }
Attributes
Type | Description |
---|---|
CommandArgument | |
DescriptionAttribute | |
TypeConverter | |
Default |
Value
Type | Description |
---|---|
FilePath |