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=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 3635D1F5AF; Mon, 29 Mar 2021 03:25:13 +0000 (UTC) Date: Mon, 29 Mar 2021 03:25:12 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH 6/8] doc lei: add manpages for new commands Message-ID: References: <20210329031117.28516-1-kyle@kyleam.com> <20210329031117.28516-7-kyle@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210329031117.28516-7-kyle@kyleam.com> List-Id: Kyle Meyer wrote: > +=for comment > +TODO: The below options are shared with lei-q. Any good approaches to > +not repeating the text? I don't know about natively in POD. Perhaps just a list of switches and a pointer to lei-q(1)? Or maybe we generate some .pod files via cat + sh cat lei-blob.pod.in lei-q-common.pod.in >lei-blob.pod I don't know if depending on cpp or some other widely-installed preprocessor is worth it. > +=for comment > +TODO: Put a table of prefixes somewhere and reference that (at least > +here and in lei-q)? Yes, probably.