mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
3 lines
186 B
TypeScript
3 lines
186 B
TypeScript
/** 将 Shell 会话当前目录设为解析后的物理路径;与宿主 `src/utils/Shell.js` 中 `setCwd` 一致。 */
|
|
export type setCwd = typeof import('src/utils/Shell.js').setCwd
|