summaryrefslogtreecommitdiff
path: root/Completion/Darwin/Command/_sc_usage
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Darwin/Command/_sc_usage')
-rw-r--r--Completion/Darwin/Command/_sc_usage10
1 files changed, 10 insertions, 0 deletions
diff --git a/Completion/Darwin/Command/_sc_usage b/Completion/Darwin/Command/_sc_usage
new file mode 100644
index 000000000..3a11a1bff
--- /dev/null
+++ b/Completion/Darwin/Command/_sc_usage
@@ -0,0 +1,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"'