mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
dcad2ef17b
darcs-hash:20070130153435-ac50b-abe42f3f464cb96db062c83084d97ef377a72e80.gz
10 lines
525 B
Fish
10 lines
525 B
Fish
#at
|
|
complete -f -c at -s V --description "Display version and exit"
|
|
complete -f -c at -s q --description "Use specified queue"
|
|
complete -f -c at -s m --description "Send mail to user"
|
|
complete -c at -s f -x -a "(__fish_complete_suffix (commandline -ct) '' 'At job')" --description "Read job from file"
|
|
complete -f -c at -s l --description "Alias for atq"
|
|
complete -f -c at -s d --description "Alias for atrm"
|
|
complete -f -c at -s v --description "Show the time"
|
|
complete -f -c at -s c --description "Print the jobs listed"
|
|
|