Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CommandHelpTemplate = `` /* 477-byte string literal not displayed */ OriginCommandHelpTemplate = `` /* 340-byte string literal not displayed */ // AppHelpTemplate is the test template for the default, global app help topic. AppHelpTemplate = `` /* 687-byte string literal not displayed */ // ClefAppHelpTemplate is the template for the default, global app help topic. ClefAppHelpTemplate = `` /* 540-byte string literal not displayed */ )
Functions ¶
func FlagCategory ¶
Types ¶
type ByCategory ¶
type ByCategory []FlagGroup
byCategory sorts an array of FlagGroup by Name in the order defined in AppHelpFlagGroups.
func (ByCategory) Len ¶
func (a ByCategory) Len() int
func (ByCategory) Less ¶
func (a ByCategory) Less(i, j int) bool
func (ByCategory) Swap ¶
func (a ByCategory) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.