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

Function itemInputHelpText

src/lib/help.ts:13–14  ·  view source on GitHub ↗
(...namesOrURLs: string[])

Source from the content-addressed store, hash-verified

11 (typeof names === 'string' ? [names] : names).map(name => toURL(name)).join('\n ')
12
13export const itemInputHelpText = (...namesOrURLs: string[]): string =>
14 'More information can be found at:\n ' + namesOrURLs.map(nameOrURL => toURL(nameOrURL)).join('\n ')
15
16export type BuildEpilogOptions = {
17 command: string

Callers 3

getInputFromUserFunction · 0.85
getInputFromUserFunction · 0.85
help.test.tsFile · 0.85

Calls 1

toURLFunction · 0.85

Tested by

no test coverage detected