1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00
zsh/Completion/Darwin/Command/_sc_usage

10 lines
425 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 execute]: :_absolute_command_paths:*:: :_normal' \
'1: : _alternative "processes:: _pids"
"processes-names:: _process_names -a"'