]> Sergey Matveev's repositories - public-inbox.git/commit
xapcmd: simplify {reindex} parameter passing
authorEric Wong <e@yhbt.net>
Thu, 20 Aug 2020 20:24:42 +0000 (20:24 +0000)
committerEric Wong <e@yhbt.net>
Thu, 20 Aug 2020 21:11:12 +0000 (21:11 +0000)
commit11f44fc4381899f703f0bac15a8c40dfd652873c
tree80ec24f63b7d09283c01fb3c88f2d41dbd5797d2
parentdd709cbfe8a33b89ba2b790a1d55b4dfeded30b0
xapcmd: simplify {reindex} parameter passing

No need to localize it, here, since we can just refer to it
in the `$opt' hashref.  Hopefully this improves readability
for others like it does for me.

I sometimes wonder if the concept of a stack in high-level
languages is even necessary...
lib/PublicInbox/Xapcmd.pm