Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Merge requests
!1319
[fix] cli: add missing options in bash completion
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
[fix] cli: add missing options in bash completion
fix/fix_completion
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Vincent Texier
requested to merge
fix/fix_completion
into
dev
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
3301d97e
1 commit,
5 years ago
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
release/extra/completion/duniter_completion.bash
+
5
−
0
View file @ 3301d97e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
\
Loading