mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-17 16:11:15 -03:00
7 lines
225 B
Fish
7 lines
225 B
Fish
#atd
|
|
complete -f -c atd -s l -d (_ "Limiting load factor")
|
|
complete -f -c atd -s b -d (_ "Minimum interval in seconds")
|
|
complete -f -c atd -s d -d (_ "Debug mode")
|
|
complete -f -c atd -s s -d (_ "Process at queue only once")
|
|
|