MCPcopy
hub / github.com/cacjs/cac / alias

Method alias

src/command.ts:106–109  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

104 }
105
106 alias(name: string): this {
107 this.aliasNames.push(name)
108 return this
109 }
110
111 action(callback: (...args: any[]) => any): this {
112 this.commandAction = callback

Callers 2

default-command.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected