From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C325F1F9FD for ; Fri, 19 Feb 2021 03:10:31 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1613704229; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Xa6pw5I7VTQiiZByoB1yKFAB8cAyMHIahAqcbUK5mEM=; b=GL1ncJPZAQaxpJgyQjSBeMEkYXMHxm+PQ3iXub07aqANzwt/jjijTujhd/XFLPTD1KSLt2 s/vodqvIvnT9mEJDOlZ1URT3yNudsGh9BSY75ZoGGQewcavOKZ1SiPvFTqjt3WTvqyWdMp KN9aCJokBPRIIYbpCWeGetBi9yN6zvmIHz9910QS73GPmU/2pLnHm3P39c4dKYzKGPl2/r 06/xhc69uArDGbKfnUf5sVsHlwxwygcz7c0On0emGH922LnjGghIxdrCs56BNfRe8Bx3zX en9ea6VHFCRDmWgI67t885V/h76BRT2cSxkyeOAhymBnb2yz8o0dGLPK+RkYYw== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: does "lei q" --format/-f need to exist? In-Reply-To: <20210218120722.GA14112@dcvr> References: <20210217044032.GA17934@dcvr> <87r1le2bdo.fsf@kyleam.com> <20210218120722.GA14112@dcvr> Date: Thu, 18 Feb 2021 22:10:27 -0500 Message-ID: <87k0r43g7w.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > How about we just drop --format from the documentation, for now? > (or at least stop recommending it when using with -o) > > The stdout case might be a reason to keep it for "lei q", > especially since stdout is the default output: [...] I don't feel strongly one way or the other about keeping --format, but if it is kept around for stdout, I think it'd be good to document it (i.e. your "stop recommending it when using with -o option").