mirror of
https://github.com/spf13/cobra
synced 2025-05-05 04:47:22 +00:00
Update README.md
This commit is contained in:
parent
d14b7bbec8
commit
9212176801
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
### `DisableAutoGenTag`
|
### `DisableAutoGenTag`
|
||||||
|
|
||||||
You may set `cmd.DisableAutoGenTag = true`
|
You may set `cmd.DisableAutoGenTag = true`
|
||||||
to _entirely_ remove the auto generated string "Auto generated by spf13/cobra..."
|
to _entirely_ remove the auto generated string "Auto generated by spf13/cobra..."
|
||||||
from any documentation source.
|
from any documentation source.
|
||||||
|
|
||||||
|
### `InitDefaultCompletionCmd`
|
||||||
|
|
||||||
|
You may call `cmd.InitDefaultCompletionCmd()` to document the default autocompletion command.
|
||||||
|
|
Loading…
Add table
Reference in a new issue