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?
optionalinfo?:InfoOverride
install?
optionalinstall?:InstallMethodItemObject[]
global?
optionalglobal?:GlobalOverride
commands?
optionalcommands?:Record<string,CommandOverride>