1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

32815: aptitude completion missing resolver options

Expand aptitude completion by two boolean options

Initially submitted to Debian at https://bugs.debian.org/702760
This commit is contained in:
Daniel Bolton 2014-06-28 14:34:24 +02:00 committed by Axel Beckert
parent d5886eb3ed
commit d6c759fc80
2 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,9 @@
* Vincent Lefevre: 32818: Completion/Unix/Command/_gzip:
--rsyncable option is missing
* Daniel Bolton: 32815: Completion/Debian/Command/_aptitude:
missing resolver options
2014-07-03 Mikael Magnusson <mikachu@gmail.com>
* 32821: Completion/Unix/Command/_gcc: Update _gcc as of GCC

View file

@ -70,6 +70,8 @@ _arguments -C \
'--schedule-only[schedule operations to be performed in the future]' \
'--purge-unused[purge unused packages instead of removing]' \
'--visual-preview[start up the visual interface and display its preview screen]' \
'--full-resolver[attempts to resolve conflicts with a higher risk of breakage]' \
'--safe-resolver[attempts to resolve conflicts with a lower risk of breakage]' \
'-S[load the extended state information from non-standard state file]:state file:_files' \
'-u[begin updating the package lists as soon as the program starts]' \
'-i[displays a download preview when the program starts]' \