We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75df187 commit 19de13dCopy full SHA for 19de13d
1 file changed
share/bash-completion/completions/mech-dump
@@ -1,4 +1,4 @@
1
-_comp_cmd_mech-dump()
+_comp_cmd_mech_dump()
2
{
3
local cur
4
_init_completion
@@ -7,6 +7,6 @@ _comp_cmd_mech-dump()
7
# shellcheck disable=SC2207
8
COMPREPLY=( $( compgen -W "$(mech-dump --completions)" -- "$cur" ) )
9
} &&
10
- complete -F _comp_cmd_mech-dump mech-dump
+ complete -F _comp_cmd_mech_dump mech-dump
11
12
# ex: filetype=sh
0 commit comments