added proper file header
This commit is contained in:
parent
b6f3d51dc7
commit
47a175cbcf
16
src/_pactree
16
src/_pactree
|
@ -1,6 +1,18 @@
|
||||||
#compdef pactree pactree.static=pactree
|
#compdef pactree
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
# Description
|
||||||
|
# -----------
|
||||||
|
#
|
||||||
|
# Completion script for pactree 4.0
|
||||||
|
#
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
# Authors
|
||||||
|
# -------
|
||||||
|
#
|
||||||
|
# * Limao Luo <luolimao@gmail.com>
|
||||||
|
#
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
# copy this file to /usr/share/zsh/site-functions/_pactree
|
|
||||||
typeset -A opt_args
|
typeset -A opt_args
|
||||||
|
|
||||||
_pactree() {
|
_pactree() {
|
||||||
|
|
Loading…
Reference in New Issue