mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-31 23:28:45 +00:00
6 lines
201 B
Fish
6 lines
201 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"
|
||
|
|