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 17650 invoked from network); 16 May 2021 14:58:10 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 16 May 2021 14:58:10 -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=0AoQ4z+Lb6MV4xYx98cnU9cpjtIPlN7q2Hz0oHytzfM=; b=HP4s8hqz+SnkIf1DfiA+PLJyXG 5m5JhG2Q0iuPbL6JByO+wdLKOapsk7TWQxZyXxbe8yohpS+Jj835+BOBQ1BjifYFDiZfua6wBbLVR Lg6WOsnGKb3Rv3z/VZ1QI2nwoRQtYbAuz+lOhSl2xOrixq0SVS7Xueywy7LHhO9Y5W5QR/dha0UMi OjD6qWMPIr4UXO7zOBPmw4bkIap6MyllwFz7tkugAvepmB7HdMrCAY3Tph8cYR82AmvxQOCkkhvzt WhHpJFGSQugd0NMXyw6sF7zXZwAweSjXemjjjlfT6YKEhrjWDdJm5FseMqIiMIf1CdoRfgk9+b3qW C2t08Vjw==; Received: from authenticated user by zero.zsh.org with local id 1liIDa-000Ksw-36; Sun, 16 May 2021 14:58:10 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1liIDK-000Kab-Vd; Sun, 16 May 2021 14:57:55 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id CBB8127C0054; Sun, 16 May 2021 10:57:53 -0400 (EDT) Received: from imap2 ([10.202.2.52]) by compute1.internal (MEProxy); Sun, 16 May 2021 10:57:53 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdeifedgkeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderreejnecuhfhrohhmpefnrgifrhgvnhgtvggpgggvlhojiihquhgviicuoehlrghr rhihvhesiihshhdrohhrgheqnecuggftrfgrthhtvghrnhepieekjeevledugeefiefgue elgffgtddtgeehvedvhedviefghedvffeuvddvueehnecuvehluhhsthgvrhfuihiivgep udenucfrrghrrghmpehmrghilhhfrhhomheplhgrrhhrhihvodhmvghsmhhtphgruhhthh hpvghrshhonhgrlhhithihqdduudehudekjeejtdegqdduudelvdejfeekhedqlhgrrhhr hihvpeepiihshhdrohhrghesfhgrshhtmhgrihhlrdgtohhm X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 5EFB9A00079; Sun, 16 May 2021 10:57:53 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-448-gae190416c7-fm-20210505.004-gae190416 Mime-Version: 1.0 Message-Id: In-Reply-To: <44315-1618944873.375018@h9Ic.gXoC.mGzM> References: <44315-1618944873.375018@h9Ic.gXoC.mGzM> Date: Sun, 16 May 2021 10:57:33 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Oliver Kiddle" Cc: zsh-workers@zsh.org Subject: Re: PATCH: update options in openssh completion Content-Type: text/plain X-Seq: 48837 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: Hi Oliver, On Tue, Apr 20, 2021, at 2:54 PM, Oliver Kiddle wrote: > This update covers changes through openssh 8.6. > > Most changes are in ssh-keygen which has become increasingly convoluted > and the completion for that might need a different approach if it > gets yet worse. It remains that it doesn't handle the options after > the various -Y options and -l after -Q also isn't handled. Lots of > overloading of options doesn't make it easy. Is this patch ready to be committed? vq