diff options
-rw-r--r-- | etc/completions/_pkg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/completions/_pkg b/etc/completions/_pkg index 68ea53c..d9d2781 100644 --- a/etc/completions/_pkg +++ b/etc/completions/_pkg @@ -1 +1,16 @@ +#compdef pkg ## vim:ft=zsh + +_x_arguments -C -s \ + 'add' \ + 'changelog' \ + 'changeroot' \ + 'delete' \ + 'info' \ + 'install' \ + 'list' \ + 'list-all' \ + 'log' \ + 'status' \ + 'update' + '*' |