Skip to main content

Type Alias: DocumentOverrides

DocumentOverrides = object

Author-supplied additions layered onto a generated OpenCLI document by mergeDocument. Named flags and arguments require a name for matching, but their remaining fields may be supplied by the generated document. The merged result is validated before it is returned.

Indexable

[key: `x-${string}`]: unknown

Properties

info?

optional info?: InfoOverride


install?

optional install?: InstallMethodItemObject[]


global?

optional global?: GlobalOverride


commands?

optional commands?: Record<string, CommandOverride>