fish-shell/init/completions/renice.fish
axel 8f121dce9c Add completions for nice and renice commands
darcs-hash:20051230162835-ac50b-28220c8ef0c4f22dd1c8825c7a1151fe92ba421c.gz
2005-12-31 02:28:35 +10:00

5 lines
278 B
Fish
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

complete -c renice -s p -d "Force following parameters to be process IDs (The default)"
complete -c renice -s g -d "Force following parameters to be interpreted as process group IDs"
complete -c renice -s u -d "Force following parameters to be interpreted as user names"