File tree Expand file tree Collapse file tree 8 files changed +19
-9
lines changed Expand file tree Collapse file tree 8 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1
1
2025-06-05 dana <
[email protected] >
2
2
3
+ * Christopher Bock: github #131:
4
+ Completion/Debian/Command/_apt-file,
5
+ Completion/Debian/Command/_bug,
6
+ Completion/Debian/Command/_debsnap,
7
+ Completion/Debian/Type/_deb_architectures,
8
+ Completion/Linux/Command/_losetup,
9
+ Completion/Unix/Command/_rsync, Completion/X/Command/_x_utils:
10
+ minor updates
11
+
3
12
* Christopher Bock: github #131:
4
13
Completion/Debian/Command/_wanna-build: remove wanna-build
5
14
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ case $state in
28
28
'update:resynchronize package contents'
29
29
{find,search}:'search in which package file is included'
30
30
{list,show}:'list contents of a package'
31
+ 'list-indices:list known content indices'
31
32
'purge:remove all Contents-<ARCH>.gz files in cache directory'
32
33
)
33
34
_describe -t commands 'apt-list command' cmds
@@ -46,7 +47,7 @@ case $state in
46
47
list|show)
47
48
_deb_packages avail
48
49
;;
49
- update|purge)
50
+ update|purge|list-indices )
50
51
# do nothing
51
52
;;
52
53
*)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ _bug_commonargs=(
10
10
)
11
11
12
12
_rb_commonargs=(
13
- '(-B --bts)'{-B,--bts=}'[use alternate BTS]:system:(debian gnome kde tdyc kde-debian )'
13
+ '(-B --bts)'{-B,--bts=}'[use alternate BTS]:system:(debian ubuntu guug default Grml )'
14
14
'(-l --ldap)'{-l,--ldap}'[enable LDAP support]'
15
15
'(-l --ldap)--no-ldap[disable LDAP support]'
16
16
'(--proxy --http_proxy)'--{http_,}'proxy=:proxy host:_hosts'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ _arguments \
10
10
'(-d --destdir)'{-d+,--destdir=}'[set download directory]:download directory:_files -/' \
11
11
'(-f --force)'{-f,--force}'[allow non-empty destination directory]' \
12
12
'(-v --verbose)'{-v,--verbose}'[print configuration and report progress]' \
13
- -- list"[list versions; don't download]" \
13
+ '(-l -- list)'{-l,--list} "[list versions; don't download]" \
14
14
--binary'[operate on binary packages (default: source packages)]' \
15
15
'*'{-a+,--architecture=}'[specify architectures to download]:architecture to download:_deb_architectures' \
16
16
--first='[download all versions newer than this]:version number (lower bound):->versions' \
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ local extra expl
4
4
zparseopts -E -D -a extra a:
5
5
6
6
_description architectures expl 'architecture'
7
- compadd "$@" "$expl[@]" alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 \
8
- kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc powerpcspe ppc64 \
9
- ppc64el s390x sh4 sparc sparc64 x32 ${=extra[2]}
7
+ compadd "$@" "$expl[@]" alpha amd64 arm arm64 armel armhf hppa hurd-i386 i386 \
8
+ ia64 kfreebsd-amd64 loong64 loongarch6 m68k mips mips64el mipsel powerpc \
9
+ ppc64 ppc64el riscv64 s390x sh4 sparc sparc64 x32 ${=extra[2]}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ _arguments -s -S \
27
27
- '(resize)' \
28
28
{-c,--set-capacity}'[reread the size of the file associated with the loop device]' \
29
29
- 'detach' \
30
- '(-)'{--delete,-- detach,-d}'[detach from specified loop device]' \
30
+ '(-)'{--detach,-d}'[detach from specified loop device]' \
31
31
"$device" \
32
32
- '(detach-all)' \
33
33
{-D,--detach-all}'[detach all associated loop devices]' \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ _rsync_info() {
78
78
local opts
79
79
opts=( ${${(M)${(f)"$(_call_program values $words[1] --info=help)"}:#*Mention*}/ ##Me/[me} )
80
80
(( $#opts )) && opts=( '(ALL NONE HELP)'${^opts}\] )
81
- _values -s , 'info option' $opts ALL NONE HELP
81
+ _values -s , 'info option' $opts ALL NONE HELP PROGRESS2
82
82
}
83
83
84
84
_rsync_debug() {
Original file line number Diff line number Diff line change 77
77
'-s[use save-under]' \
78
78
'-name:window name' \
79
79
'-rv' \
80
- '*-event:event mask:(keyboard mouse expose visibility structure substructure focus property colormap owner_grab_button randr)'
80
+ '*-event:event mask:(keyboard mouse expose visibility structure substructure focus property colormap owner_grab_button randr button )'
81
81
;;
82
82
xhost)
83
83
local type tmp match
You can’t perform that action at this time.
0 commit comments