LogoRobo.js
Framework

CliOptionTypeMap

Type Alias: CliOptionTypeMap

type CliOptionTypeMap = {
  boolean: boolean;
  number: number;
  string: string;
};

Maps CLI option type strings to their TypeScript types.

Type declaration

NameType
booleanboolean
numbernumber
stringstring

On this page