aboutsummaryrefslogtreecommitdiffstats
path: root/src/completion
diff options
context:
space:
mode:
Diffstat (limited to 'src/completion')
-rw-r--r--src/completion11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/completion b/src/completion
new file mode 100644
index 0000000..5f99ef4
--- /dev/null
+++ b/src/completion
@@ -0,0 +1,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))
+)
+