index.ts
index.ts overview
Section titled “index.ts overview”Since v4.0.0
Exports Grouped by Category
Section titled “Exports Grouped by Category”- utils
- Argument (namespace export)
- CliError (namespace export)
- CliOutput (namespace export)
- Command (namespace export)
- Completions (namespace export)
- Flag (namespace export)
- GlobalFlag (namespace export)
- HelpDoc (namespace export)
- Param (namespace export)
- Primitive (namespace export)
- Prompt (namespace export)
Argument (namespace export)
Section titled “Argument (namespace export)”Re-exports all named exports from the “./Argument.ts” module as Argument.
Signature
export * as Argument from "./Argument.ts"Since v4.0.0
CliError (namespace export)
Section titled “CliError (namespace export)”Re-exports all named exports from the “./CliError.ts” module as CliError.
Signature
export * as CliError from "./CliError.ts"Since v4.0.0
CliOutput (namespace export)
Section titled “CliOutput (namespace export)”Re-exports all named exports from the “./CliOutput.ts” module as CliOutput.
Signature
export * as CliOutput from "./CliOutput.ts"Since v4.0.0
Command (namespace export)
Section titled “Command (namespace export)”Re-exports all named exports from the “./Command.ts” module as Command.
Signature
export * as Command from "./Command.ts"Since v4.0.0
Completions (namespace export)
Section titled “Completions (namespace export)”Re-exports all named exports from the “./Completions.ts” module as Completions.
Signature
export * as Completions from "./Completions.ts"Since v4.0.0
Flag (namespace export)
Section titled “Flag (namespace export)”Re-exports all named exports from the “./Flag.ts” module as Flag.
Signature
export * as Flag from "./Flag.ts"Since v4.0.0
GlobalFlag (namespace export)
Section titled “GlobalFlag (namespace export)”Re-exports all named exports from the “./GlobalFlag.ts” module as GlobalFlag.
Signature
export * as GlobalFlag from "./GlobalFlag.ts"Since v4.0.0
HelpDoc (namespace export)
Section titled “HelpDoc (namespace export)”Re-exports all named exports from the “./HelpDoc.ts” module as HelpDoc.
Signature
export * as HelpDoc from "./HelpDoc.ts"Since v4.0.0
Param (namespace export)
Section titled “Param (namespace export)”Re-exports all named exports from the “./Param.ts” module as Param.
Signature
export * as Param from "./Param.ts"Since v4.0.0
Primitive (namespace export)
Section titled “Primitive (namespace export)”Re-exports all named exports from the “./Primitive.ts” module as Primitive.
Signature
export * as Primitive from "./Primitive.ts"Since v4.0.0
Prompt (namespace export)
Section titled “Prompt (namespace export)”Re-exports all named exports from the “./Prompt.ts” module as Prompt.
Signature
export * as Prompt from "./Prompt.ts"Since v4.0.0