mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
d4034fc253
darcs-hash:20060111141735-ac50b-b6a9ac5d5d9eb8eac28dd39968cd28f99044e8f5.gz
6 lines
302 B
Fish
6 lines
302 B
Fish
|
|
|
|
complete -c jobs -s p -l pid -d (_ "Show the process id of each process in the job")
|
|
complete -c jobs -s g -l group -d (_ "Show group id of job")
|
|
complete -c jobs -s c -l command -d (_ "Show commandname of each job")
|
|
complete -c jobs -s l -l last -d (_ "Only show status for last job to be started")
|