mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
10 lines
425 B
Text
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"'
|