mirror of https://github.com/spf13/cobra.git
Check for _init_completion not_init_completionS
This commit is contained in:
parent
a22f212832
commit
58e38f95da
|
@ -195,7 +195,7 @@ func postscript(out *bytes.Buffer, name string) {
|
||||||
fmt.Fprintf(out, "__start_%s()\n", name)
|
fmt.Fprintf(out, "__start_%s()\n", name)
|
||||||
fmt.Fprintf(out, `{
|
fmt.Fprintf(out, `{
|
||||||
local cur prev words cword
|
local cur prev words cword
|
||||||
if declare -F _init_completions >/dev/null 2>&1; then
|
if declare -F _init_completion >/dev/null 2>&1; then
|
||||||
_init_completion -s || return
|
_init_completion -s || return
|
||||||
else
|
else
|
||||||
__my_init_completion || return
|
__my_init_completion || return
|
||||||
|
|
Loading…
Reference in New Issue