wincd 2.0.0

WSL 下一步到位的 Windows 路径导航工具 — 粘贴 Windows 路径,直接 cd
Documentation
1
2
3
fn main() {
    std::process::exit(wincd::cli::run());
}