Interface KnownOption
Properties
aliasFor
Declaration
Property Value
Type |
Description |
string[] |
|
convert
Declaration
convert?: (key: string, value: string, raw: RawArguments) => any;
Property Value
Type |
Description |
(key: string, value: string, raw: RawArguments) => any |
|
description
Declaration
Property Value
error
Declaration
Property Value
hidden
Declaration
Property Value
isUsage
Declaration
Property Value
longName
Declaration
Property Value
many
Declaration
Property Value
param
Declaration
Property Value
shortName
Declaration
Property Value
type
Declaration
type?: string | Map<string, any>;
Property Value
Type |
Description |
string | Map<string, any> |
|
validate
Declaration
validate?: (key: string, value: string, raw: RawArguments) => boolean;
Property Value
Type |
Description |
(key: string, value: string, raw: RawArguments) => boolean |
|