Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 473 Bytes

Documentation generation

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.