import "github.com/ethereum/go-ethereum/internal/flags"
var ( CommandHelpTemplate = "" /* 475 byte string literal not displayed */ OriginCommandHelpTemplate = "" /* 342 byte string literal not displayed */ AppHelpTemplate = "" /* 689 byte string literal not displayed */ ClefAppHelpTemplate = "" /* 542 byte string literal not displayed */ )
NewApp creates an app with sane defaults.
byCategory sorts an array of FlagGroup by Name in the order defined in AppHelpFlagGroups.
func (a ByCategory) Len() int
func (a ByCategory) Less(i, j int) bool
func (a ByCategory) Swap(i, j int)
FlagGroup is a collection of flags belonging to a single topic.
HelpData is a one shot struct to pass to the usage template
Package flags imports 4 packages (graph) and is imported by 11 packages. Updated 2021-01-28. Refresh now. Tools for package owners.