mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 22:32:12 +02:00
33712: add --auto-remove option
This commit is contained in:
parent
69594a6cf0
commit
8cd812a1d3
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2014-11-21 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* saga.xu: 33712: Completion/Debian/_apt: add --auto-remove
|
||||
|
||||
* 33738: Src/Zle/zle_vi.c, Test/X02zlevi.ztst: account for a
|
||||
selection in vi-replace-chars
|
||||
|
||||
|
|
|
@ -455,6 +455,7 @@ _apt-get () {
|
|||
--tar-only:bool \
|
||||
--arch-only:bool \
|
||||
--allow-unauthenticated:bool \
|
||||
--auto-remove:bool \
|
||||
-- \
|
||||
/$'update\0'/ \| \
|
||||
/$'upgrade\0'/ \| \
|
||||
|
|
Loading…
Reference in a new issue