]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: prefix --alert ops with ':' instead of '-'
authorEric Wong <e@80x24.org>
Tue, 9 Feb 2021 08:09:34 +0000 (07:09 -0100)
committerEric Wong <e@80x24.org>
Wed, 10 Feb 2021 06:59:08 +0000 (06:59 +0000)
commit30e9ab9d119d28c2630446948d1d4446311e421d
treed3102473a55da4173e0c6d2c04b306fd417121ee
parentfa3f0cbcd1af5008e56c77e3c46ab60b5eca3a13
lei q: prefix --alert ops with ':' instead of '-'

Using dashed keywords confuses the option parser without
"=" signs (and bash completion doesn't yet work with "=").

So use ":" instead of "-" as the prefix for internal ops,
since ":" is just as unlikely to be the first character of
an executable file in a user's $PATH.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiOverview.pm