mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-27 06:31:19 -03:00
5 lines
274 B
Fish
5 lines
274 B
Fish
|
|
complete -c renice -s p -d "Force following parameters to be process ID's (The default)"
|
|
complete -c renice -s g -d "Force following parameters to be interpreted as process group ID's"
|
|
complete -c renice -s u -d "Force following parameters to be interpreted as user names"
|