mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 04:36:14 +08:00
7 lines
229 B
Fish
7 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")
|
|
|