diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2022-08-21 15:26:24 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2022-08-23 20:23:22 +0200 |
commit | b9dadc55760642ac4e8ac9766cf832cc38015923 (patch) | |
tree | 6155aa3c6f2037039236f3db82dd88ced57d87cf /contrib/completion/zsh | |
parent | 6bd7e70e68da70162fd7877949251101036b39e0 (diff) | |
download | devtools-b9dadc55760642ac4e8ac9766cf832cc38015923.tar.xz |
diffpkg: allow to choose between unified context and two columns
Diffstat (limited to 'contrib/completion/zsh')
-rw-r--r-- | contrib/completion/zsh/_devtools.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/completion/zsh/_devtools.in b/contrib/completion/zsh/_devtools.in index eee9776..84ecf27 100644 --- a/contrib/completion/zsh/_devtools.in +++ b/contrib/completion/zsh/_devtools.in @@ -47,6 +47,8 @@ _diffpkg_args=( '(-p --pkginfo)'{-p,--pkginfo}'[.PKGINFO diff mode]' '(-b --buildinfo)'{-b,--buildinfo}'[.BUILDINFO diff mode]' '(-m --makepkg-config)'{-m,--makepkg-config}'[Location of a makepkg config file]:makepkg_config:_files -g "*.conf(.)"' + '(-u -U --unified)'{-u,-U,--unified}'[Output 3 lines of unified context]' + '(-y --side-by-side)'{-y,--side-by-side}'[Output in two columns]' '(-v --verbose)'{-v,--verbose}'[Provide more detailed/unfiltered output]' '(-h --help)'{-h,--help}'[Display usage]' '*:packages:_devtools_completions_all_packages' |