@wcauchois/program-builder > IValuedFlagCommonOptions

IValuedFlagCommonOptions interface

Common options for a valued flag.

Signature:
export interface IValuedFlagCommonOptions<K extends string>

Properties

PropertyTypeDescription
description
string
A description for the flag used in help text generation.
dest
K
The destination key in the final arguments object into which this argument's value will be stored.
metavar
string
A metavariable for the flag used in help text generation. Defaults to
dest
.