fd
fd copied to clipboard
Add a `--quote` option to put quotation marks around output files/dirs
Following the rules set by coreutils - quoting I have added a --quote
option to put appropriate quotation marks around files/directories that need them.
Note: This fixes #1365
Also FWIW I've never written any rust before yesterday, so I'm pretty confident my code could be improved. Be gentle
I would like to request some help with the unit tests. I have written the tests, but they're not working. Specifically it's not engaging the new --quote
feature required for the test to complete successfully. Can someone with more experience take a look at my unit tests and tell me what I'm doing wrong.
My code is definitely sub par. This was my proof-of-concept trial. Someone with real Rust experience should tackle this.