Skip to content
Snippets Groups Projects
Commit 140c5444 authored by Éloïs's avatar Éloïs
Browse files

Merge branch 'fix/fix_completion' into 'dev'

[fix] cli: add missing options in bash completion

See merge request nodes/typescript/duniter!1319
parents c1a02c84 3301d97e
No related branches found
No related tags found
1 merge request!1319[fix] cli: add missing options in bash completion
...@@ -45,9 +45,12 @@ webstart \ ...@@ -45,9 +45,12 @@ webstart \
webrestart \ webrestart \
direct_webstart \ direct_webstart \
-h \ -h \
--help \
-V \ -V \
--version \
--home \ --home \
-d \ -d \
--mdb \
--autoconf \ --autoconf \
--addep \ --addep \
--remep \ --remep \
...@@ -55,6 +58,7 @@ direct_webstart \ ...@@ -55,6 +58,7 @@ direct_webstart \
--nb-cores \ --nb-cores \
--prefix \ --prefix \
-c \ -c \
--currency \
--nostdout \ --nostdout \
--noshuffle \ --noshuffle \
--nocheck-issuer \ --nocheck-issuer \
...@@ -107,6 +111,7 @@ direct_webstart \ ...@@ -107,6 +111,7 @@ direct_webstart \
--bma-with-crawler \ --bma-with-crawler \
--bma-without-crawler \ --bma-without-crawler \
-p \ -p \
--port \
--ipv4 \ --ipv4 \
--ipv6 \ --ipv6 \
--remoteh \ --remoteh \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment