mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 04:18:53 +08: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"
|