Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capturer ¶
type Capturer struct {
// contains filtered or unexported fields
}
Capturer recursively captures help output from CLI tools.
type CommandNode ¶
type CommandNode struct {
Name string
FullName string // e.g. "nb concept new"
HelpOutput string // Plain text (ANSI stripped)
RawOutput string // Raw output with ANSI codes
SubCommands []*CommandNode
}
CommandNode represents a command and its subcommands.
Click to show internal directories.
Click to hide internal directories.