mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-12 06:54:13 +08:00
6 lines
213 B
Fish
6 lines
213 B
Fish
|
|
complete -c nice -s n -l adjustment -r -d (_ "Increment priority by specified number first")
|
|
complete -c nice -l help -d (_ "Display help and exit")
|
|
complete -c nice -l version -d (_ "Display version and exit")
|
|
|