| 14 | const { jsonError, outputError } = require('../utils/output-error.js') |
| 15 | |
| 16 | const readJson = file => readFile(file, 'utf8').then(jsonParse) |
| 17 | |
| 18 | class View extends BaseCommand { |
| 19 | static description = 'View registry info' |
no test coverage detected