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