1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00
zsh/Completion/Darwin/Command/_sc_usage
Jun-ichi Takimoto a0233a74e3 43079, 43086: new utility to complete names of running processes
And new completions for dtruss, fs_usage and sc_usage.
2018-06-25 11:09:14 +09:00

10 lines
424 B
Text

#compdef sc_usage
_arguments -s -A '-*' : \
'-c+[specify code file to use]:code file:_files' \
'-e[sort output by call count]' \
'-l[use scrolling output style instead of window updating style]' \
'-s+[specify sampling interval]:seconds' \
'(- :)-E[specify command path and args to excute]: :_absolute_command_paths:*:: :_normal' \
'1: : _alternative "processes:: _pids"
"processes-names:: _process_names -a"'