blob: 45637e5748c475014647c2486e4a0b876c50e9d1 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
 | (slack
	(default (arg VERB_INTERVAL_OR_COMMAND) (files -r) (suggest cmd)
		 (desc 'Specify which command to run'))
	
	(unargumented (options --fatal)
		      (complete --fatal)
		      (desc 'Fail if the timer slack cannot be set'))
	
	(suggestion cmd (verbatim get GET reset INTERVAL COMMAND))
)
 |