aboutsummaryrefslogtreecommitdiffstats
path: root/src/completion
blob: 7876f1895b8e266ec8bcccb45f240650db01be22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
(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))
)