From 3052acd27f3119510b3efa33d77b610d6c4f1c85 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 13 Apr 2021 10:54:46 +0000 Subject: lei: add "lei up" to complement "lei q --save" The command isn't finalized, yet, but it's intended to update an existing saved search. --- lib/PublicInbox/LeiQuery.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/LeiQuery.pm') diff --git a/lib/PublicInbox/LeiQuery.pm b/lib/PublicInbox/LeiQuery.pm index 8bca1020..7456f7f9 100644 --- a/lib/PublicInbox/LeiQuery.pm +++ b/lib/PublicInbox/LeiQuery.pm @@ -12,7 +12,7 @@ sub prep_ext { # externals_each callback $lxs->prepare_external($loc) unless $exclude->{$loc}; } -sub _start_query { +sub _start_query { # used by "lei q" and "lei up" my ($self) = @_; PublicInbox::LeiOverview->new($self) or return; my $opt = $self->{opt}; -- cgit v1.2.3-24-ge0c7