Documentation ¶ Index ¶ func ReadYaml(dest any, file string) type CmdTree func (c *CmdTree) Execute(args []string) func (c *CmdTree) Usage(args []string) type StatusPrinter func (s StatusPrinter) Print(key string, value any) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadYaml ¶ func ReadYaml(dest any, file string) Types ¶ type CmdTree ¶ type CmdTree struct { Name string Help string Sub []*CmdTree Fun func([]string) } func (*CmdTree) Execute ¶ func (c *CmdTree) Execute(args []string) func (*CmdTree) Usage ¶ func (c *CmdTree) Usage(args []string) type StatusPrinter ¶ type StatusPrinter struct { File *os.File Padding int } func (StatusPrinter) Print ¶ func (s StatusPrinter) Print(key string, value any) Source Files ¶ View all Source files cmdtree.gostatus_printer.goyaml.go Click to show internal directories. Click to hide internal directories.