Alexander Kastler

Results 2 comments of Alexander Kastler

@Canop Yes that works fine I think the main problem is, that in Windows there is no such thing as mkdir.exe. As far as I understand it, in PowerShell mkdir...

> We could define all built-in internals like ` ["cmd", "/c", "mkdir", "{subpath}"]` on Windows, for example with `#[cfg]` attributes in [there](https://github.com/Canop/broot/blob/master/src/verb/builtin.rs#L48). Some commands do have other names in the...