Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [BUG] _gnu_generic completer produces broken output
- X-seq: zsh-workers 49225
- From: Marlon Richert <marlon.richert@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [BUG] _gnu_generic completer produces broken output
- Date: Sun, 1 Aug 2021 17:26:53 +0300
- Archived-at: <https://zsh.org/workers/49225>
- In-reply-to: <CAHLkEDtadOTh46ECTUZ5j_5BQ=qCxQdE29A77dUvHZJks4rLbg@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAHLkEDtadOTh46ECTUZ5j_5BQ=qCxQdE29A77dUvHZJks4rLbg@mail.gmail.com>
Actually, maybe I'm just using it wrong. This appears to work correctly:
compdef _gnu_generic -default- -P "(${(@kj:|:)commands})"
On Thu, Jul 22, 2021 at 10:39 PM Marlon Richert
<marlon.richert@xxxxxxxxx> wrote:
>
> Fails with both 5.8 and the current master branch (commit d9e5ef020).
> Looks like the same bug as workers 48091.
>
> % autoload compinit && compinit
> % compdef _gnu_generic -command- -P '*'
> % pip3 -
> --cache-dir
> --cert
> --client-cert
> --disable-pip-version-check
> --exists-action
> --help
> --isolated
> --log
> --no-cache-dir
> --no-color
> --proxy
> --quiet
> --retries
> --timeout
> --trusted-host
> --verbose
> --version
>
>
>
>
>
> -h
>
>
>
>
>
> -q
>
>
>
> -v
> -V
> -- Store the cache data in <dir>.
> -- Path to alternate CA bundle.
> -- Path to SSL client certificate, a single file
> -- Don't periodically check PyPI to determine
> -- Default action when a path already exists-
> -- Show help.
> -- Run pip in an isolated mode, ignoring
> -- Path to a verbose appending log.
> -- Disable the cache.
> -- Suppress colored output
> -- Specify a proxy in the form
> -- Give less output. Option is additive, and can be
> -- Maximum number of retries each connection should
> -- Set the socket timeout (default 15 seconds).
> -- Mark this host as trusted, even though it does
> -- Give more output. Option is additive, and can be
> -- Show version and exit.
> --cache-dir
> --cert
> --client-cert
> --disable-pip-version-check
> --exists-action
> --help
> --isolated
> --log
> --no-cache-dir
> --no-color
> --proxy
> --quiet
> --retries
> --timeout
> --trusted-host
> --verbose
> --version
>
>
>
>
>
> -h
>
>
>
>
>
> -q
>
>
>
> -v
> -V
> -- Store the cache data in <dir>.
> -- Path to alternate CA bundle.
> -- Path to SSL client certificate, a single file
> -- Don't periodically check PyPI to determine
> -- Default action when a path already exists-
> -- Show help.
> -- Run pip in an isolated mode, ignoring
> -- Path to a verbose appending log.
> -- Disable the cache.
> -- Suppress colored output
> -- Specify a proxy in the form
> -- Give less output. Option is additive, and can be
> -- Maximum number of retries each connection should
> -- Set the socket timeout (default 15 seconds).
> -- Mark this host as trusted, even though it does
> -- Give more output. Option is additive, and can be
> -- Show version and exit.
> --cache-dir
> --cert
> --client-cert
> --disable-pip-version-check
> --exists-action
> --help
> --isolated
> --log
> --no-cache-dir
> --no-color
> --proxy
> --quiet
> --retries
> --timeout
> --trusted-host
> --verbose
> --version
>
>
>
>
>
> -h
>
>
>
>
>
> -q
>
>
>
> -v
> -V
> -- Store the cache data in <dir>.
> -- Path to alternate CA bundle.
> -- Path to SSL client certificate, a single file
> -- Don't periodically check PyPI to determine
> -- Default action when a path already exists-
> -- Show help.
> -- Run pip in an isolated mode, ignoring
> -- Path to a verbose appending log.
> -- Disable the cache.
> -- Suppress colored output
> -- Specify a proxy in the form
> -- Give less output. Option is additive, and can be
> -- Maximum number of retries each connection should
> -- Set the socket timeout (default 15 seconds).
> -- Mark this host as trusted, even though it does
> -- Give more output. Option is additive, and can be
> -- Show version and exit.
> % pip3 -
Messages sorted by:
Reverse Date,
Date,
Thread,
Author