| 1 | // all errors that the command does not handle comes to this switch statement |
| 2 | // if you handle the error, then return true |
| 3 | import chalk from 'chalk'; |
| 4 | import { paintSpecsResults } from './chalk-box'; |
nothing calls this directly
no test coverage detected