@wcauchois/program-builder > IValuedFlagCommonOptions
IValuedFlagCommonOptions interface
Common options for a valued flag.
Signature:export interface IValuedFlagCommonOptions<K extends string>
Properties
Property | Type | Description |
---|---|---|
description |
| A description for the flag used in help text generation. |
dest |
| The destination key in the final arguments object into which this argument's value will be stored. |
metavar |
| A metavariable for the flag used in help text generation. Defaults to
|