projects
/
public-inbox.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
102e630
)
lei: add help + completion for --no-external
author
Eric Wong <e@80x24.org>
Fri, 12 Mar 2021 10:39:41 +0000 (10:39 +0000)
committer
Eric Wong <e@80x24.org>
Sat, 13 Mar 2021 09:09:44 +0000 (
05:09
-0400)
I just needed it.
lib/PublicInbox/LEI.pm
patch
|
blob
|
history
diff --git
a/lib/PublicInbox/LEI.pm
b/lib/PublicInbox/LEI.pm
index 50c0a885ec0d6a6cf332f727246dbba99f243102..ddc2736192d877e7488e5ef15d46d2e44fcdfd94 100644
(file)
--- 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'],