summaryrefslogtreecommitdiffstats
path: root/completions/bfs.zsh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-08-16 09:24:30 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-08-16 09:33:34 -0400
commitc3f52a2e3c22a8e05b60f94b8344501b14e87794 (patch)
tree6d5c3d6fec021ba5814443e44b971e59ed5157e9 /completions/bfs.zsh
parente130daf99c1828c554c27d546274712624b81faa (diff)
downloadbfs-c3f52a2e3c22a8e05b60f94b8344501b14e87794.tar.xz
New -noerror option to suppress error messages
Closes: https://github.com/tavianator/bfs/issues/142
Diffstat (limited to 'completions/bfs.zsh')
-rw-r--r--completions/bfs.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bfs.zsh b/completions/bfs.zsh
index 432ab8c..3524d30 100644
--- a/completions/bfs.zsh
+++ b/completions/bfs.zsh
@@ -42,6 +42,7 @@ args=(
'*-maxdepth[ignore files deeper than N]:maximum search depth'
'*-mindepth[ignore files shallower than N]:minimum search depth'
"*-mount[don't descend into other mount points]"
+ '*-noerror[ignore any errors that occur during traversal]'
'*-nohidden[exclude hidden files]'
'*-noleaf[ignored, for compatibility with GNU find]'
'-regextype[type of regex to use, default posix-basic]:regexp syntax:(help posix-basic posix-extended ed emacs grep sed)'