DefaultCommandSettings.

Script Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

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
DefaultValueAttribute

Value

Type Description
FilePath