]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei forget-search: support --prune=<local|remote>
authorEric Wong <e@80x24.org>
Fri, 22 Oct 2021 08:22:47 +0000 (08:22 +0000)
committerEric Wong <e@80x24.org>
Fri, 22 Oct 2021 19:07:39 +0000 (19:07 +0000)
Instead of:

lei forget-search $OUTPUT && rm -r $OUTPUT

we'll also allow a user to do:

rm -r $OUTPUT && lei forget-search --prune

This gives users flexibility to choose whatever flow
is most natural to them.


No differences found