aboutsummaryrefslogtreecommitdiffstats
path: root/completion
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-22 16:43:36 +0200
committerMattias Andrée <maandree@kth.se>2019-10-22 16:43:36 +0200
commit82571a9f052608484db10ad04fb9d0665e0fafd3 (patch)
tree03722f1be83de4af925934468707572b40beb327 /completion
parentadd rationale to readme (diff)
downloadsleep-until-82571a9f052608484db10ad04fb9d0665e0fafd3.tar.gz
sleep-until-82571a9f052608484db10ad04fb9d0665e0fafd3.tar.bz2
sleep-until-82571a9f052608484db10ad04fb9d0665e0fafd3.tar.xz
Change license, change style, remove info manual, flat dir hier2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'completion')
-rw-r--r--completion10
1 files changed, 10 insertions, 0 deletions
diff --git a/completion b/completion
new file mode 100644
index 0000000..3667c02
--- /dev/null
+++ b/completion
@@ -0,0 +1,10 @@
+(sleep-until
+ (default (arg CLOCK_OR_TIME) (files -0) (suggest clock)
+ (desc 'Select clock or exit time'))
+
+ (suggestion clock (verbatim CLOCK_REALTIME
+ CLOCK_MONOTONIC
+ CLOCK_BOOTTIME
+ CLOCK_REALTIME_ALARM
+ CLOCK_BOOTTIME_ALARM))
+)