Update README.md

This commit is contained in:
Gustavo Bazan 2022-10-05 16:05:17 +01:00
parent d14b7bbec8
commit 9212176801
No known key found for this signature in database
GPG key ID: 0300D0BBB66C9A01

View file

@ -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.