From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9810 invoked by alias); 30 Aug 2018 02:30:52 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 43352 Received: (qmail 1077 invoked by uid 1010); 30 Aug 2018 02:30:52 -0000 X-Qmail-Scanner-Diagnostics: from mail-it0-f47.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.214.47):SA:0(-1.9/5.0):. Processed in 1.459509 secs); 30 Aug 2018 02:30:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_PASS,T_DKIMWL_WL_MED,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=rvcTlPFe3RH4QChEojqFGWh+7Hf3V6vzXDO8v1kjkvU=; b=BLlAp4cIaO5bcBV7UrG4OQt5fEJTA7CZeDa41Cb3nV19CIqXjzos/5zqO5ajaEn889 pxx/08zEXYNpAv8oQthdqpd0mZwMBc8PVY5T1jO0WmEz+vHpuycUZAhPeAMb/zchquMN 5J6a/McbTdlHM4cJnGzz9XUrVQu+26RMCplnzizNuMdkdWf1r6jIHD17ZjT581pjLhY0 M/cIncdNmZAebuSNP7pchaX5ehIsDN5r6jusySO1vxX16/3rpctYS4Vd+D67hP69Ne9O NdMREaDOuc+K8sSHPf0e0dR66DfErxw8hnb4iIutX9ci4oyBoCgoD9nTqCrd9lPZNkWm tySQ== X-Gm-Message-State: APzg51CU5iIcd2oorj4aXHaqzOteEsal0Yg0R/3ou36JrolToJO656dF XxTi2Kh0keqx45TnK6FTXFNKug== X-Google-Smtp-Source: ANB0VdaRuMSnsqyS4DXo+w60xM3OjjuftwwlW+/UiBu9ARnTzSIiGlR4eNYCHsN9OnrlrOrrM5KSrg== X-Received: by 2002:a02:6c45:: with SMTP id w66-v6mr7777038jab.87.1535596247711; Wed, 29 Aug 2018 19:30:47 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.4 \(3445.8.2\)) Subject: Re: PATCH: completion options update From: dana In-Reply-To: <23257-1535491014.192975@bVQB.-_4U.RtiE> Date: Wed, 29 Aug 2018 21:30:46 -0500 Cc: Zsh workers Content-Transfer-Encoding: quoted-printable Message-Id: References: <23257-1535491014.192975@bVQB.-_4U.RtiE> To: Oliver Kiddle X-Mailer: Apple Mail (2.3445.8.2) On 28 Aug 2018, at 16:16, Oliver Kiddle wrote: >+(( $#words > 2 )) && ign=3D'!' 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