Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCommands = []*Command{ { Name: "open", Args: []string{"<buffer>"}, Heading: DefaultGroup, Description: "Open and change buffers to a given service", }, { Name: "close", Args: []string{"<buffer>"}, Heading: DefaultGroup, Description: "Close a buffer and return to the last opened previously", }, { Name: "buffer", Args: []string{"<buffer>"}, Heading: DefaultGroup, Description: "Change to the named buffer", }, { Name: "link", Args: []string{"<to>", "<from>"}, Heading: DefaultGroup, Description: "Overwrite the current <to> buffer with <from>, switching to from after. This destroys <to>", }, { Name: "quit", Args: []string{}, Heading: DefaultGroup, Description: "Exits the service", }, }
TODO(halfiwt) i18n
Functions ¶
func PrintCtlFile ¶
func PrintCtlFile(cmdlist []*Command, to io.WriteCloser) error
Types ¶
Click to show internal directories.
Click to hide internal directories.