| 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, |
no test coverage detected