fd/src
Vukašin Stepanović 37852aa388 Add 5 opposing CLI options
Those are:
  - `--no-hidden`, which overrides `--hidden`
  - `--ignore`, which overrides `--no-ignore`
  - `--ignore-vcs`, which overrides `--no-ignore-vcs`
  - `--no-follow`, which overrides `--follow`
  - `--relative-path`, which overrides `--absolute-path`
2021-08-09 15:49:48 +02:00
..
exec Fix clippy warnings 2021-07-27 09:05:23 +02:00
filter Literal separators 2021-07-27 09:05:23 +02:00
app.rs Add 5 opposing CLI options 2021-08-09 15:49:48 +02:00
error.rs Proper error handling within walk.rs 2020-04-03 22:36:32 +02:00
exit_codes.rs Fix clippy warnings 2021-07-27 09:05:23 +02:00
filesystem.rs Fix directory-existence check on Windows 2021-08-08 15:02:01 +02:00
filetypes.rs Add new --type socket and --type pipe filters 2020-04-16 09:59:45 +02:00
main.rs Add 5 opposing CLI options 2021-08-09 15:49:48 +02:00
options.rs Add --prune flag 2020-10-25 08:16:01 +01:00
output.rs Handle IO errors based on type, closes #737 2021-08-08 13:10:16 +02:00
regex_helper.rs Show error if pattern matches leading dot but --hidden is not given, closes #615 2020-12-06 15:57:33 +01:00
walk.rs Fix unneeded references 2021-07-27 09:05:23 +02:00