Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandList ¶
type CommandList struct {
// contains filtered or unexported fields
}
func NewCommandList ¶
func NewCommandList() *CommandList
func (*CommandList) AddCmd ¶
func (cl *CommandList) AddCmd(command *Command) *CommandList
func (*CommandList) AddStrCmd ¶
func (cl *CommandList) AddStrCmd(format string, a ...any) *CommandList
func (*CommandList) String ¶
func (cl *CommandList) String() string
Click to show internal directories.
Click to hide internal directories.