mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
4 lines
152 B
Fish
4 lines
152 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'
|