mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
c2f6c6c1d2
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
6 lines
229 B
Fish
6 lines
229 B
Fish
#atd
|
|
complete -f -c atd -s l -d (N_ "Limiting load factor")
|
|
complete -f -c atd -s b -d (N_ "Minimum interval in seconds")
|
|
complete -f -c atd -s d -d (N_ "Debug mode")
|
|
complete -f -c atd -s s -d (N_ "Process at queue only once")
|
|
|