]> Sergey Matveev's repositories - public-inbox.git/commit
lei mark: add support for (bash) completion
authorEric Wong <e@80x24.org>
Tue, 23 Mar 2021 05:02:18 +0000 (11:02 +0600)
committerEric Wong <e@80x24.org>
Wed, 24 Mar 2021 01:33:26 +0000 (01:33 +0000)
commit767f310dcd887066c7263cfe6093f7529ffe631c
treeb08317c4eba61e129513a7dde9868ff9201ccde6
parent5be0cb101bab44167a78af7a2d167f254c95bdb3
lei mark: add support for (bash) completion

Only lightly tested, this seems to suffer from the same
problem as external completions for network URLs with
colons in them.  In any case, its usable enough for me.

The core LEI module now supports completions for lazy-loaded
commands, too, so we'll be able to do completions for other
commands more easily.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiMark.pm