Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
AllCmdChecks = []CmdCheck{
CheckLongDesc,
CheckExamples,
}
)
Functions ¶
func CheckCmdTree ¶
func CheckCmdTree(cmd *cobra.Command, checks []CmdCheck, skip []string) []error
func CheckExamples ¶
func CheckExamples(cmd *cobra.Command) []error
func CheckLongDesc ¶
func CheckLongDesc(cmd *cobra.Command) []error
Types ¶
Click to show internal directories.
Click to hide internal directories.