about summary refs log tree commit diff
path: root/Completion/Darwin/Command/_sc_usage
blob: 17909ce6fc41ec1a13cce1f7fa8e05dccd46e19c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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"'