Documentation ¶
Overview ¶
Copyright © 2022 Roberto Hidalgo <chinampa@un.rob.mx> SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChildrenNames ¶
func ChildrenNames() []string
func CommandList ¶
Types ¶
type CommandTree ¶
type CommandTree struct { Command *command.Command `json:"command"` Children []*CommandTree `json:"children"` }
Click to show internal directories.
Click to hide internal directories.