about summary refs log tree commit diff
path: root/Completion/Darwin/Command/_sc_usage
blob: 3a11a1bff761f4cc3316e0ace0dccee6b3213bfd (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 excute]: :_absolute_command_paths:*:: :_normal' \
  '1: : _alternative "processes:: _pids"
	"processes-names:: _process_names -a"'