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