Versions in this module Expand all Collapse all v1 v1.19.19 Apr 17, 2021 Changes in this version + var AppHelpTemplate = ... + var ClefAppHelpTemplate = ... + var CommandHelpTemplate = ... + var OriginCommandHelpTemplate = ... + func FlagCategory(flag cli.Flag, flagGroups []FlagGroup) string + func NewApp(gitCommit, gitDate, usage string) *cli.App + type ByCategory []FlagGroup + func (a ByCategory) Len() int + func (a ByCategory) Less(i, j int) bool + func (a ByCategory) Swap(i, j int) + type FlagGroup struct + Flags []cli.Flag + Name string + type HelpData struct + App interface{} + FlagGroups []FlagGroup