<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`CliFlag`](CliFlag)
## CliFlag interface
1.12.2
**Signature:**
```typescript
export interface CliFlag
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`description`](CliFlag/description) | | <code>string</code> | <p>Description shown in help and autocomplete</p><p> 1.12.2</p> |
| [`required?`](CliFlag/required) | | <code>boolean</code> | <p>_(Optional)_ Whether this flag is required (default: false)</p><p> 1.12.2</p> |
| [`value?`](CliFlag/value) | | <code>string</code> | <p>_(Optional)_ Value placeholder (e.g., '<filename>', '<path>'). Omit for boolean flags.</p><p> 1.12.2</p> |