aboutsummaryrefslogtreecommitdiffstats
path: root/src/bfind.auto-completion
blob: f1f74e29af1dae9c7dfa680146c69ff644fcd8a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(bfind
	(unargumented  (options -x --xdev)  (complete --xdev)
	(desc 'Do not crawl across mount points'))

	(unargumented  (options -h --hardlinks)  (complete --hardlinks)
	(desc 'Be aware of hardlinked directories'))

	(unargumented  (options -s --symlinks)  (complete --symlinks)
	(desc 'Crawl symbolically linked directories, but never visit more than once'))

	(unargumented  (options -v --visible)  (complete --visible)
	(desc 'Do not list files starting with a dot'))

	(unargumented  (options -0 --print0)  (complete --print0)
	(desc 'Terminate lines with NUL instead of LF'))
)