index.ts overview
Since v1.0.0
Exports Grouped by Category
- utils
- Args (namespace export)
- AutoCorrect (namespace export)
- BuiltInOptions (namespace export)
- CliApp (namespace export)
- CliConfig (namespace export)
- Command (namespace export)
- CommandDescriptor (namespace export)
- CommandDirective (namespace export)
- ConfigFile (namespace export)
- HelpDoc (namespace export)
- Options (namespace export)
- Primitive (namespace export)
- Prompt (namespace export)
- Span (namespace export)
- Usage (namespace export)
- ValidationError (namespace export)
utils
Args (namespace export)
Re-exports all named exports from the “./Args.js” module as Args
.
Signature
export * as Args from "./Args.js"
Since v1.0.0
AutoCorrect (namespace export)
Re-exports all named exports from the “./AutoCorrect.js” module as AutoCorrect
.
Signature
export * as AutoCorrect from "./AutoCorrect.js"
Since v1.0.0
BuiltInOptions (namespace export)
Re-exports all named exports from the “./BuiltInOptions.js” module as BuiltInOptions
.
Signature
export * as BuiltInOptions from "./BuiltInOptions.js"
Since v1.0.0
CliApp (namespace export)
Re-exports all named exports from the “./CliApp.js” module as CliApp
.
Signature
export * as CliApp from "./CliApp.js"
Since v1.0.0
CliConfig (namespace export)
Re-exports all named exports from the “./CliConfig.js” module as CliConfig
.
Signature
export * as CliConfig from "./CliConfig.js"
Since v1.0.0
Command (namespace export)
Re-exports all named exports from the “./Command.js” module as Command
.
Signature
export * as Command from "./Command.js"
Since v1.0.0
CommandDescriptor (namespace export)
Re-exports all named exports from the “./CommandDescriptor.js” module as CommandDescriptor
.
Signature
export * as CommandDescriptor from "./CommandDescriptor.js"
Since v1.0.0
CommandDirective (namespace export)
Re-exports all named exports from the “./CommandDirective.js” module as CommandDirective
.
Signature
export * as CommandDirective from "./CommandDirective.js"
Since v1.0.0
ConfigFile (namespace export)
Re-exports all named exports from the “./ConfigFile.js” module as ConfigFile
.
Signature
export * as ConfigFile from "./ConfigFile.js"
Since v2.0.0
HelpDoc (namespace export)
Re-exports all named exports from the “./HelpDoc.js” module as HelpDoc
.
Signature
export * as HelpDoc from "./HelpDoc.js"
Since v1.0.0
Options (namespace export)
Re-exports all named exports from the “./Options.js” module as Options
.
Signature
export * as Options from "./Options.js"
Since v1.0.0
Primitive (namespace export)
Re-exports all named exports from the “./Primitive.js” module as Primitive
.
Signature
export * as Primitive from "./Primitive.js"
Since v1.0.0
Prompt (namespace export)
Re-exports all named exports from the “./Prompt.js” module as Prompt
.
Signature
export * as Prompt from "./Prompt.js"
Since v1.0.0
Span (namespace export)
Re-exports all named exports from the “./HelpDoc/Span.js” module as Span
.
Signature
export * as Span from "./HelpDoc/Span.js"
Since v1.0.0
Usage (namespace export)
Re-exports all named exports from the “./Usage.js” module as Usage
.
Signature
export * as Usage from "./Usage.js"
Since v1.0.0
ValidationError (namespace export)
Re-exports all named exports from the “./ValidationError.js” module as ValidationError
.
Signature
export * as ValidationError from "./ValidationError.js"
Since v1.0.0