about summary refs log tree commit diff
path: root/Completion/Builtins/_sched
blob: 83aa744ce0a1b800cae37b56c0faaa3f520263b7 (plain) (blame)
1
2
3
4
5
6
7
#compdef sched

if [[ CURRENT -eq 2 ]]; then
  _message 'time specification'
  return 1
fi
compset -n 3 && _normal