diff options
| author | Christopher Bock <christopher@bocki.com> | 2025-04-12 13:20:15 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-10-23 23:04:53 +0200 |
| commit | 044267cecb0e44eab578dd091289cae9e8b963ff (patch) | |
| tree | 21908fe8b72b48bd8679521946f999283a888ffe /Completion/Debian/Command/_madison | |
| parent | github #147: Clean up some leaked variables in completion functions (diff) | |
| download | zsh-044267cecb0e44eab578dd091289cae9e8b963ff.tar zsh-044267cecb0e44eab578dd091289cae9e8b963ff.tar.gz zsh-044267cecb0e44eab578dd091289cae9e8b963ff.tar.bz2 zsh-044267cecb0e44eab578dd091289cae9e8b963ff.tar.lz zsh-044267cecb0e44eab578dd091289cae9e8b963ff.tar.xz zsh-044267cecb0e44eab578dd091289cae9e8b963ff.tar.zst zsh-044267cecb0e44eab578dd091289cae9e8b963ff.zip | |
github #131: add missing options
Diffstat (limited to 'Completion/Debian/Command/_madison')
| -rw-r--r-- | Completion/Debian/Command/_madison | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Completion/Debian/Command/_madison b/Completion/Debian/Command/_madison index dfdf1b438..b5f53c14e 100644 --- a/Completion/Debian/Command/_madison +++ b/Completion/Debian/Command/_madison @@ -3,12 +3,15 @@ _arguments \ '(-a --architecture)'{-a,--architecture=}':arch:_sequence _deb_architectures -a "all source" -' \ '(-b --binary)'{-b,--binary-type=}':type:(deb udeb)' \ - '(-c --component)'{-c,--component=}':component:_values -s , "component list" main contrib non-free' \ + '(-c --component)'{-c,--component=}':component:_values -s , "component list" main contrib non-free non-free-firmware' \ '(-g --greaterorequal)'{-g,--greaterorequal} \ '(-G --greaterthan)'{-G,--greaterthan} \ '(-h --help)'{-h,--help} \ + '(-s --suite)'{-s,--suite=}':suite:_values -s , "suite list" stable testing unstable oldstable oldoldstable' \ '(-r --regex)'{-r,--regex} \ - '(-s --suite)'{-s,--suite=}':suite:_values -s , "suite list" oldstable stable testing unstable' \ '(-S --source-and-binary)'{-S,--source-and-binary} \ + '(-u --url)'{-u,--url=}':url:_values -s , "url alias" debian new qa ubuntu all udd archive ports' \ + '--version' \ + '(--no-conf --noconf)'{--no-conf,--noconf} \ '*:package:_deb_packages avail' |
