CreateSubOptions.

Template Property

Syntax

[Option('t', "template", HelpText = "The name of the template file to use. Can also be a relative or absolute path (relative paths are resolved from yaml template-dir configuration). Defaults to 'default'")]
public string Template { get; set; }

Attributes

Type Description
Option

Value

Type Description
string
GitHub