From: Eric Wong Date: Fri, 12 Mar 2021 10:39:41 +0000 (+0000) Subject: lei: add help + completion for --no-external X-Git-Tag: v1.7.0~1011 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9dacb984fc80c9cf9be17ca13aba97033fb1d485;p=public-inbox.git lei: add help + completion for --no-external I just needed it. --- diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm index 50c0a885..ddc27361 100644 --- a/lib/PublicInbox/LEI.pm +++ b/lib/PublicInbox/LEI.pm @@ -228,6 +228,7 @@ my %OPTDESC = ( 'globoff|g' => "do not match locations using '*?' wildcards ". "and\xa0'[]'\x{a0}ranges", 'verbose|v+' => 'be more verbose', +'external!' => 'do not use externals', 'solve!' => 'do not attempt to reconstruct blobs from emails', 'torsocks=s' => ['VAL|auto|no|yes', 'whether or not to wrap git and curl commands with torsocks'],