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

Method example

src/cac.ts:123–126  ·  view source on GitHub ↗

* Add a global example. * * This example added here will not be used by sub-commands.

(example: CommandExample)

Source from the content-addressed store, hash-verified

121 * This example added here will not be used by sub-commands.
122 */
123 example(example: CommandExample): this {
124 this.globalCommand.example(example)
125 return this
126 }
127
128 /**
129 * Output the corresponding help message

Callers 3

sub-command.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected