summaryrefslogtreecommitdiff
path: root/etc/completions/_pkg
blob: d9d278142f3733a79ca9ad63bd60730879d73d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#compdef pkg
## vim:ft=zsh

_x_arguments -C -s \
	'add' \
	'changelog' \
	'changeroot' \
	'delete' \
	'info' \
	'install' \
	'list' \
	'list-all' \
	'log' \
	'status' \
	'update'
	'*'