wsl-dirutils 0.1.0

The cli tool that wraps directory/path-related commands in wslpath.
Documentation
1
2
3
4
5
use wsl_dirutils::run;

fn main() {
    run();
}