diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2022-04-28 01:13:02 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2022-05-17 21:03:44 +0200 |
commit | c2f163b6408fb69c2b85da17d7656cd75ac5449d (patch) | |
tree | a07fd51cda337ab5433e1457e7a1e25c062fe499 /zsh_completion.in | |
parent | c339536a37e9d3211b4732d7996b7a3f89289ba7 (diff) | |
download | devtools-c2f163b6408fb69c2b85da17d7656cd75ac5449d.tar.xz |
diffpkg: support comparing two given package archives
This adds support similar to diffpkg from the infrastructure repo
that is based on the assumption that two archives can be passed
to the tooling in order to compare them.
Diffstat (limited to 'zsh_completion.in')
-rw-r--r-- | zsh_completion.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh_completion.in b/zsh_completion.in index c76e66e..eee9776 100644 --- a/zsh_completion.in +++ b/zsh_completion.in @@ -49,6 +49,7 @@ _diffpkg_args=( '(-m --makepkg-config)'{-m,--makepkg-config}'[Location of a makepkg config file]:makepkg_config:_files -g "*.conf(.)"' '(-v --verbose)'{-v,--verbose}'[Provide more detailed/unfiltered output]' '(-h --help)'{-h,--help}'[Display usage]' + '*:packages:_devtools_completions_all_packages' ) _finddeps_args=( |