From 3301d97e603f9af0060ca413c12f85018ccc72f7 Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Sat, 23 May 2020 11:13:09 +0200 Subject: [PATCH] [fix] cli: add missing options in bash completion --- release/extra/completion/duniter_completion.bash | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release/extra/completion/duniter_completion.bash b/release/extra/completion/duniter_completion.bash index bf8d9c854..9333250df 100644 --- a/release/extra/completion/duniter_completion.bash +++ b/release/extra/completion/duniter_completion.bash @@ -45,9 +45,12 @@ webstart \ webrestart \ direct_webstart \ -h \ +--help \ -V \ +--version \ --home \ -d \ +--mdb \ --autoconf \ --addep \ --remep \ @@ -55,6 +58,7 @@ direct_webstart \ --nb-cores \ --prefix \ -c \ +--currency \ --nostdout \ --noshuffle \ --nocheck-issuer \ @@ -107,6 +111,7 @@ direct_webstart \ --bma-with-crawler \ --bma-without-crawler \ -p \ +--port \ --ipv4 \ --ipv6 \ --remoteh \ -- GitLab