aboutsummaryrefslogtreecommitdiffstats
path: root/src/completion
blob: 5f99ef41608e3eece3589c2b021da53d085ee7a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
(orphan-reaper
	(default (arg COMMAND) (files -r) (suggest cmd)
		 (desc 'Specify which command to run'))
	
	(unargumented (options --fatal)
		      (complete --fatal)
		      (desc 'Fail if a subreaper cannot be created'))
	
	(suggestion cmd (verbatim COMMAND))
)