]> Sergey Matveev's repositories - public-inbox.git/commit
lei: use client env as-is, drop daemon-env command
authorEric Wong <e@80x24.org>
Tue, 5 Jan 2021 09:04:36 +0000 (09:04 +0000)
committerEric Wong <e@80x24.org>
Wed, 6 Jan 2021 10:45:08 +0000 (10:45 +0000)
commit27f8e2b161f4a8bb1ef030bd45e3f5ae7a9f0bb0
tree63eda0889200ca0efe2dd10c88144fb2827e9ec0
parent8bad040482941cc424888f3cf48c17e48953342d
lei: use client env as-is, drop daemon-env command

There may be subtle misbehaviours when mixing the existing
daemon env and the client-supplied env.  Just do the simplest
thing and use the client env as-is.

We'll also start the ->event_step callback since we'll need
to remember some things for long-lived commands.
lib/PublicInbox/LEI.pm
t/lei.t