mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-23 10:15:08 +00:00
8f121dce9c
darcs-hash:20051230162835-ac50b-28220c8ef0c4f22dd1c8825c7a1151fe92ba421c.gz
5 lines
201 B
Fish
5 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"
|
|
|