aboutsummaryrefslogtreecommitdiffstats
path: root/completion
blob: 3667c0272816d4be08dffe53664df848422dd788 (plain) (blame)
1
2
3
4
5
6
7
8
9
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))
)