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

Function verboseInstalledApp

src/commands/installedschema.ts:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77 const verboseInstalledApp: (app: Promise<InstalledSchemaApp>) => Promise<InstalledSchemaApp & WithNamedLocation> =
78 async app => argv.verbose ? withLocation(command.client, await app) : app
79
80 await outputItemOrList(
81 command,

Callers 2

handlerFunction · 0.85
handlerFunction · 0.85

Calls 1

withLocationFunction · 0.85

Tested by

no test coverage detected