]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
lei: input: warn on `L:' and `t:' use consistently master
authorEric Wong <e@80x24.org>
Sat, 9 Aug 2025 01:02:11 +0000 (01:02 +0000)
committerEric Wong <e@80x24.org>
Sat, 9 Aug 2025 07:39:22 +0000 (07:39 +0000)
commit73c07ebca4b83e45787313d336beb61d168bdc9c
treeceb9be03a09341d7430de22157a810d2d9cb184b
parent74d4ffbba09aab2f73538a37b05ee3abcc921374
lei: input: warn on `L:' and `t:' use consistently

When using `--in-format/-F', we need to bail out on the /\A(?:L|kw):/
check as early as possible before checking for `$urlish_scheme:' vs.
`--in-format' conflicts.  Otherwise, we'd get a confusing error
message such as: --in-format=mboxrd and `l:' conflict
lib/PublicInbox/LeiInput.pm