From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20659 invoked from network); 20 Jun 2021 18:02:43 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 20 Jun 2021 18:02:43 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:Cc:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=qXNf2RdViXCGbyOuwtCn57TegMne3M2XYBPUMOIEfDk=; b=ip/A9zAeZT2IBnYeK853mABlQZ QZ543xsiKRlp9xlSt3G6KjfNO2MfKjUN76tAw8idrWmiWZRfVLWtEuwSPRZfNnEvJdD660AvsRpGp X/0khS5/7fxQUwNNyg2BpUIdyh6GNfUubiO/eQzcnEI24tQnWASCzY1MB2Xt3gfe8K7fxRC1q/qqo E1KVxCY3Vp0Gj/kE2zPLhNNZM0iNg3PF4xiDKas7PAMsu0jiyNXVUvBvP5yHNC16HP93EekNenPl0 8QpSUTGaXF8Tdw1KzL9UlxFOS5r0yqTHtSCgRK6I7ewoICttWyPw4lpT6v+RT2cG+y/2W1C3SRXix N6tZlHuQ==; Received: from authenticated user by zero.zsh.org with local id 1lv1mJ-000M4L-LI; Sun, 20 Jun 2021 18:02:39 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lv1lm-000Lkd-Qd; Sun, 20 Jun 2021 18:02:07 +0000 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailauth.nyi.internal (Postfix) with ESMTP id AE10D27C0060; Sun, 20 Jun 2021 14:02:04 -0400 (EDT) Received: from imap2 ([10.202.2.52]) by compute3.internal (MEProxy); Sun, 20 Jun 2021 14:02:04 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeefjedguddvudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfgjfhffhffvufgtsehttdertderreejnecuhfhrohhmpefnrgif rhgvnhgtvggpgggvlhojiihquhgviicuoehlrghrrhihvhesiihshhdrohhrgheqnecugg ftrfgrthhtvghrnhepieekjeevledugeefiefgueelgffgtddtgeehvedvhedviefghedv ffeuvddvueehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homheplhgrrhhrhihvodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdduudeh udekjeejtdegqdduudelvdejfeekhedqlhgrrhhrhihvpeepiihshhdrohhrghesfhgrsh htmhgrihhlrdgtohhm X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 416C2A00079; Sun, 20 Jun 2021 14:02:04 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-526-gf020ecf851-fm-20210616.001-gf020ecf8 Mime-Version: 1.0 Message-Id: <3f494f65-cede-41f5-862f-cfd8424668ea@www.fastmail.com> In-Reply-To: References: Date: Sun, 20 Jun 2021 14:01:39 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: zsh-workers@zsh.org Cc: "Marlon Richert" Subject: =?UTF-8?Q?Re:_Let_run-help_filter_cmd=5Fargs_before_calling_run-help-_(was_Re:_[RFC][PATCH]_Try_calling_command_with_help_fl?= =?UTF-8?Q?ags_in_run-help)?= Content-Type: text/plain X-Seq: 49095 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On Sat, Jun 5, 2021, at 3:15 PM, Marlon Richert wrote: > New patch here with test cases, plus a rewrite of run-help-git. All the > tests succeed for both the new and old versions of the run-help-* > functions (except for the old run-help-git, because the new > run-help-git uses `git help` instead of `man`). > > Attachments: > * 0001-Let-run-help-filter-cmd_args-before-calling-run-help.txt bump -- vq