(env: EnvMap)
| 42 | } |
| 43 | |
| 44 | function resolveUserConfigPath(env: EnvMap): string { |
| 45 | return path.join(expandUserHomePath('~', { env }), '.agent-device', 'config.json'); |
| 46 | } |
| 47 | |
| 48 | function resolveInputPath(inputPath: string, cwd: string, env: EnvMap): string { |
| 49 | return resolveUserPath(inputPath, { cwd, env }); |
no test coverage detected