Thayne McCombs
Thayne McCombs
@AshhKetchup there is already a pull request (#1726) but I don't think anyone has had a chance to review it
Would this be usable in `cargo update` and `cargo add` as well?
If it applied to other cargo commands, then it could be used for a "cooldown" to only add or update packages older than some amount of time. Although an option...
Unfortunately, it doesn't look like it is currently possible to enable features based on the target platform, see https://github.com/rust-lang/cargo/issues/1197 So I'm not sure how to do this without requiring specifying...
I can't reproduce this with 10.3.0 on Linux.
Are there any other use cases? As a user, I think it would be more useful to have an option to filter to leaf directories, than have a `-links` option...
I'm not an expert on Windows, but I don't believe there is supposed to be a third slash there. On Unix, there are three slashes because the root of the...
One obvious reason is that fd is spawning a new process for every file, whereas find makes the syscall directly with the -delete flag. Using the --exec-batch option to pass...
Do you have a schema in mind for the output? Just an array of the file names?
The `-l` option just delegates to the `ls` executable, fd itself doesn't generate the fields.