Bug ID 1200467
Summary zsh completion script for zypper does not account for global options
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS openSUSE Tumbleweed
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee screening-team-bugs@suse.de
Reporter banderson19com@san.rr.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

The zsh completion script
(/usr/share/zsh/functions/Completion/openSUSE/_zypper) does not handle global
options prior to the command. For example if you type

% zypper search

and then hit <tab> it gives you the valid options for the search command. If on
the other hand if you type (the perfectly valid):

% zypper --no-refresh search

and hit tab, it doesn't give any valid options even though it should give the
same options as in the first example.

If you type:

% zypper

and hit tab, it correctly lists the available global options along with the
commands but if you enter one of the global options it will not do any further
completion.


You are receiving this mail because: