Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: Fix 'cd' subcommand on Windows (#16610)
The 'cd' subcommand was failing as the current shell's Windows path was mangled while milc processed it. Using 'subprocess' directly avoids this issue and an extra layer of subshell.
- Loading branch information