@oclif/core
Version:
base library for oclif CLIs
17 lines (16 loc) • 1.07 kB
TypeScript
export type { AlphabetLowercase, AlphabetUppercase } from './alphabet';
export type { InferredArgs } from './args';
export type { ArchTypes, Config, LoadOptions, PlatformTypes, PluginVersionDetail, VersionDetails } from './config';
export type { CommandError, OclifError, PrettyPrintableError } from './errors';
export type { InferredFlags } from './flags';
export type { HelpOptions } from './help';
export type { Hook, Hooks } from './hooks';
export type { Logger } from './logger';
export type { Manifest } from './manifest';
export type { Arg, ArgDefinition, ArgInput, BooleanFlag, CustomOptions, Deprecation, Flag, FlagDefinition, FlagInput, Input, OptionFlag, OutputArgs, OutputFlags, ParserOutput, } from './parser';
export type { LinkedPlugin, OclifConfiguration, PJSON, S3, S3Templates, UserPJSON, UserPlugin } from './pjson';
export type { Options, Plugin, PluginOptions } from './plugin';
export type { S3Manifest } from './s3-manifest';
export type { Theme } from './theme';
export type { Topic } from './topic';
export type { TSConfig } from './ts-config';