| 1 | /* eslint-disable no-console */ |
| 2 | import { red, dim, cyan, bgMagenta } from 'kleur/colors'; |
| 3 | import { AppCommand } from './utils/app-command'; |
| 4 | import { runAddCommand } from './add/run-add-command'; |
nothing calls this directly
no test coverage detected