feat: make InitDefaultCompletionCmd public (#1467)
* feat: make InitDefaultCompletionCmd public * PR comments * Update man_docs_test.go * Update README.md
This commit is contained in:
@ -7,6 +7,11 @@
|
||||
|
||||
## Options
|
||||
### `DisableAutoGenTag`
|
||||
|
||||
You may set `cmd.DisableAutoGenTag = true`
|
||||
to _entirely_ remove the auto generated string "Auto generated by spf13/cobra..."
|
||||
from any documentation source.
|
||||
|
||||
### `InitDefaultCompletionCmd`
|
||||
|
||||
You may call `cmd.InitDefaultCompletionCmd()` to document the default autocompletion command.
|
||||
|
Reference in New Issue
Block a user