We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8df3d commit e63efb1Copy full SHA for e63efb1
data/bn
@@ -1,10 +1,11 @@
1
#
2
# Command-line completion for bn.
3
+# Listed options are currently incomplete.
4
5
_bn()
6
{
7
local current="${COMP_WORDS[COMP_CWORD]}"
- local options=" --config --help --initchain --settings --version -c -h -i -s -v"
8
+ local options=" --config --help --newstore --settings --version -c -h -n -s -v"
9
10
COMPREPLY=( `compgen -W "$options" -- $current` )
11
}
0 commit comments