diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-03-20 10:44:34 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-03-20 16:40:57 -0400 |
commit | 912d2b94cf6ff0871c07325af5ed520a2bc97722 (patch) | |
tree | c2a38bcba049dc633811cab5d80f8945a2f91ba8 /completions/bfs.bash | |
parent | 906009bbb7a88002d0db8b7a26ad9d5b71120869 (diff) | |
download | bfs-912d2b94cf6ff0871c07325af5ed520a2bc97722.tar.xz |
Implement -limit N
Closes: https://github.com/tavianator/bfs/issues/133
Diffstat (limited to 'completions/bfs.bash')
-rw-r--r-- | completions/bfs.bash | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/completions/bfs.bash b/completions/bfs.bash index 2f52e8d..db582da 100644 --- a/completions/bfs.bash +++ b/completions/bfs.bash @@ -37,6 +37,7 @@ _bfs() { -ipath -iregex -iwholename + -limit -links -lname -maxdepth @@ -94,8 +95,6 @@ _bfs() { -depth -follow -ignore_readdir_race - -maxdepth - -mindepth -mount -nocolor -noignore_readdir_race |