Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// ReferenceSection moves help topic commands from "Available Commands:"
// into a dedicated "Reference:" section in --help output. When false
// (default), help topic commands appear as regular subcommands, matching
// cobra's default behavior.
ReferenceSection bool
}
Options configures the help topic commands registered by SetupHelpTopics.
Click to show internal directories.
Click to hide internal directories.