wincd 2.0.0

WSL 下一步到位的 Windows 路径导航工具 — 粘贴 Windows 路径,直接 cd
Documentation
1
2
3
4
5
6
7
//! 子命令实现

pub mod completions;
pub mod convert;
pub mod init;
pub mod install;
pub mod uninstall;