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, URIBL_BLOCKED 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 C11BE1F66E for ; Tue, 1 Sep 2020 01:15:07 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 00/10] some usability tweaks Date: Tue, 1 Sep 2020 01:14:57 +0000 Message-Id: <20200901011507.1643-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --help / -h is now supported for all user-run scripts (though not public-inbox.cgi). I'm dropping -? support since it never made it into a release; -h is more consistent with other CLI tools out there (notably git). init + convert now creates deep directories like "git init". Some minor cleanups and future proofing along the way, too. Eric Wong (10): script/*: set executable bit on -learn and -imapd admin: improve minimum version text edit+purge: support `--help' and `-h' like other commands script/*: fold $usage into $help, support `-h' instead of -? daemon: support --help/-h in -httpd/imapd/nntpd mda+learn: add --help / -h support config: use defined-or (//) in a few places watch: add --help/-h support doc: remove B<> (bold) markup from the remaining POD init+convert: create non-existing directory hierarchies Documentation/public-inbox-edit.pod | 2 +- Documentation/public-inbox-httpd.pod | 2 +- Documentation/public-inbox-imapd.pod | 2 +- Documentation/public-inbox-learn.pod | 2 +- Documentation/public-inbox-mda.pod | 2 +- Documentation/public-inbox-nntpd.pod | 2 +- Documentation/public-inbox-watch.pod | 2 +- lib/PublicInbox/Admin.pm | 2 +- lib/PublicInbox/AdminEdit.pm | 2 +- lib/PublicInbox/Config.pm | 6 ++---- lib/PublicInbox/Daemon.pm | 19 +++++++++++++++++-- script/public-inbox-compact | 9 ++++----- script/public-inbox-convert | 21 ++++++++++----------- script/public-inbox-edit | 21 ++++++++++++++++++--- script/public-inbox-imapd | 0 script/public-inbox-index | 10 ++++------ script/public-inbox-init | 17 +++++++++++------ script/public-inbox-learn | 23 ++++++++++++++++++----- script/public-inbox-mda | 18 ++++++++++++++---- script/public-inbox-purge | 17 ++++++++++++++--- script/public-inbox-watch | 18 ++++++++++++++---- script/public-inbox-xcpdb | 8 +++----- t/convert-compact.t | 20 ++++++++++---------- t/init.t | 12 ++++++++++++ 24 files changed, 160 insertions(+), 77 deletions(-) mode change 100644 => 100755 script/public-inbox-imapd mode change 100644 => 100755 script/public-inbox-learn