-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Use |
Beta Was this translation helpful? Give feedback.
-
fd --hidden --color=never --type f --type l --exclude .git --no-require-git
error: Found argument '--no-require-git' which wasn't expected, or isn't valid in this context
Did you mean '--no-ignore-parent'?
If you tried to supply `--no-require-git` as a value rather than a flag, use `-- --no-require-git`
USAGE:
fd --hidden --color <when> --type <filetype> --exclude <pattern> --no-ignore-parent
For more information try --hel Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
Oops. It a new argument introduced in this commit: So may be I should update my fd? The version of my fd is 8.4.0. |
Beta Was this translation helpful? Give feedback.
Thanks a lot!
It seems that
--no-require-git
is an invalid argument, and it works in shell when I remove it.I will try to find why the argument is set here.