]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei: add help + completion for --no-external
authorEric Wong <e@80x24.org>
Fri, 12 Mar 2021 10:39:41 +0000 (10:39 +0000)
committerEric Wong <e@80x24.org>
Sat, 13 Mar 2021 09:09:44 +0000 (05:09 -0400)
I just needed it.

lib/PublicInbox/LEI.pm

index 50c0a885ec0d6a6cf332f727246dbba99f243102..ddc2736192d877e7488e5ef15d46d2e44fcdfd94 100644 (file)
@@ -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'],