fd: combine flags (#23494)

Co-authored-by: Lena Pastwa <lena@lnps.me>
This commit is contained in:
Managor
2026-08-05 00:39:19 +03:00
committed by GitHub
parent d2464554ab
commit 8af9086686
+1 -1
View File
@@ -22,7 +22,7 @@
- Include ignored and hidden files in the search:
`fd "{{regex}}" {{[-H|--hidden]}} {{[-I|--no-ignore]}}`
`fd "{{regex}}" {{[-HI|--hidden --no-ignore]}}`
- Exclude files that match a specific glob pattern: