MCPcopy Create free account
hub / github.com/SmartThingsCommunity/smartthings-cli / builder

Function builder

src/commands/edge.ts:11–12  ·  view source on GitHub ↗
(yargs: Argv)

Source from the content-addressed store, hash-verified

9const describe = 'edge-specific commands'
10
11const builder = (yargs: Argv): Argv =>
12 yargs.epilog(buildEpilog({ command }))
13
14const handler = (): void => {
15 // Handler is required by yargs but we leave it empty because `edge` is only a topic.

Callers

nothing calls this directly

Calls 1

buildEpilogFunction · 0.85

Tested by

no test coverage detected