- Namespace
- Statiq
.App - Containing Type
- BaseCommandSettings
- Property Type
- string
Syntax
[CommandOption("-o|--output <PATH>")]
[Description("The path to output files, can be absolute or relative to the current folder.")]
public string OutputPath { get; set; }
Attributes
| Type | Description |
|---|---|
| CommandOption | |
| Description |
Value
| Type | Description |
|---|---|
| string |