From cfc2f64069e245a700b60113705be477857c51e5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 6 Feb 2021 12:18:40 +0000 Subject: lei: add-external --mirror support This can be useful for users who want to clone and mirror an existing public-inbox. This doesn't have update support, yet, so users will need to run "git fetch && public-inbox-index" for now. --- contrib/completion/lei-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/completion/lei-completion.bash b/contrib/completion/lei-completion.bash index fbda474c..619805fb 100644 --- a/contrib/completion/lei-completion.bash +++ b/contrib/completion/lei-completion.bash @@ -5,7 +5,7 @@ # Needs a lot of work, see `lei__complete' in lib/PublicInbox::LEI.pm _lei() { case ${COMP_WORDS[@]} in - *' add-external http'*) + *' add-external h'* | *' --mirror h'*) compopt -o nospace ;; *) compopt +o nospace ;; # the default -- cgit v1.2.3-24-ge0c7