()
| 250 | } |
| 251 | |
| 252 | export async function configDir() { |
| 253 | console.log(await getConfigDirectory()); |
| 254 | } |
| 255 | |
| 256 | export async function config(key: string | undefined, value: string | undefined, options: {D?: boolean}) { |
| 257 | if (options.D) { |
nothing calls this directly
no test coverage detected