Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
Name string
Aliases []string
Help string
Hidden bool // true = omitted from :help (easter egg commands)
Execute func(args []string) tea.Cmd
}
Command represents a registered command.
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry holds all registered commands.
func (*Registry) ListVisible ¶
ListVisible returns all unique non-hidden commands.
Click to show internal directories.
Click to hide internal directories.