()
| 49 | // Exports --------------------------------------------------------------------- |
| 50 | |
| 51 | export const getPath = () => cliConfig._[0] || '.'; |
| 52 | |
| 53 | export const getInitialDir = async () => { |
| 54 | const dir = path.resolve(getPath()); |
no outgoing calls
no test coverage detected