Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: completion options update
- X-seq: zsh-workers 43352
- From: dana <dana@xxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: PATCH: completion options update
- Date: Wed, 29 Aug 2018 21:30:46 -0500
- Cc: Zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=rvcTlPFe3RH4QChEojqFGWh+7Hf3V6vzXDO8v1kjkvU=; b=PTtp11Lud5I/tIvLUAuo47Yfjrj+6qpJe8jVUbfpWKk3Z1pm5SWpP62J/oRyvYPi+R cxNlSpWDKMBFxebTHJPmEz44+ITwLqr9FkC814SvK453HOK50YahYDi3O4W87DvX97ZU pHFMxYxFJCRyfsrRFDL6OEqq9Rfqt49h42NEqRSUv74sNrljbqO3jKvusNHzIye6jQ77 vGbm7LU/yLINjBU2ssTviqiC9adrA16Up0qfQgBKLBBqi07v2NG2wm7egvdSb/kdNbLr KXzOl4pddMHFNZQIkH26e95utY3VyXSA+Eo/0V7zWzYez4+Lofj5c+edGPzrX9tkz+o9 iT/A==
- In-reply-to: <23257-1535491014.192975@bVQB.-_4U.RtiE>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <23257-1535491014.192975@bVQB.-_4U.RtiE>
On 28 Aug 2018, at 16:16, Oliver Kiddle <okiddle@xxxxxxxxxxx> wrote:
>+(( $#words > 2 )) && ign='!'
Is this a new convention or did i miss it somehow?
I often (a) use completion as a quick substitute for man pages (i.e., to see
which options are supported) and (b) append --help to the end of a command that
i can't get to work using the completion clues alone. Maybe that's a bizarre
work-flow that's specific to just me, and i guess in most cases it's safe to
just assume that --help is available, but... idk, wanted to point out the impact
that this'll have on it, in any case.
(If it *is* something we should be doing as standard, maybe a note in the guide
is warranted?)
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author