mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 16:05:32 +08:00
5 lines
153 B
Fish
5 lines
153 B
Fish
|
|
__fish_complete_pgrep pgrep
|
|
complete -c pgrep -s d -r -d 'Output delimiter'
|
|
complete -c pgrep -s l -d 'List the process name as well as the process ID'
|