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

Function finishOption

src/lib/item-input/defs.ts:127–127  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

125export const finishAction = Symbol('finish')
126export type FinishAction = typeof finishAction
127export const finishOption = (name: string): Choice<FinishAction> => ({ name: `Finish editing ${name}.`, value: finishAction })
128
129export const helpAction = Symbol('help')
130export type HelpAction = typeof helpAction

Callers 3

editListFunction · 0.85
updateFromUserInputFunction · 0.85
defs.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected