Framework
CliOptionTypeMap
Type Alias: CliOptionTypeMap
type CliOptionTypeMap = {
boolean: boolean;
number: number;
string: string;
};Maps CLI option type strings to their TypeScript types.
Robo.jstype CliOptionTypeMap = {
boolean: boolean;
number: number;
string: string;
};Maps CLI option type strings to their TypeScript types.