Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCommands = []*Command{ { Name: "open", Args: []string{"<current>", "<buffer>"}, Heading: DefaultGroup, Description: "Open and change buffers to a given service", }, { Name: "close", Args: []string{"<current>", "<buffer>"}, Heading: DefaultGroup, Description: "Close a buffer and return to the last opened previously", }, { Name: "buffer", Args: []string{"<current>", "<buffer>"}, Heading: DefaultGroup, Description: "Change to the named buffer", }, { Name: "link", Args: []string{"<current>", "<buffer>"}, Heading: DefaultGroup, Description: "Overwrite the current buffer with the named", }, { Name: "quit", Args: []string{}, Heading: DefaultGroup, Description: "Exits the client", }, }
TODO(halfiwt) i18n
Functions ¶
func PrintCtlFile ¶
func PrintCtlFile(cmdlist []*Command, to io.WriteCloser) error
Types ¶
type ComGroup ¶
type ComGroup int
ComGroup is a logical grouping of commands To add a ComGroup, please do so in a PR
Click to show internal directories.
Click to hide internal directories.