feat: make InitDefaultCompletionCmd public (#1467)
* feat: make InitDefaultCompletionCmd public * PR comments * Update man_docs_test.go * Update README.md
This commit is contained in:
@ -996,7 +996,7 @@ func (c *Command) ExecuteC() (cmd *Command, err error) {
|
||||
// initialize help at the last point to allow for user overriding
|
||||
c.InitDefaultHelpCmd()
|
||||
// initialize completion at the last point to allow for user overriding
|
||||
c.initDefaultCompletionCmd()
|
||||
c.InitDefaultCompletionCmd()
|
||||
|
||||
args := c.args
|
||||
|
||||
|
Reference in New Issue
Block a user