mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 05:20:35 +08:00
690648e1b0
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
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")
|
|
|