Documentation
¶
Index ¶
Constants ¶
View Source
const ( Stable string = "stable" Balanced = "balanced" Creative = "creative" )
Variables ¶
View Source
var ShellPrefix = []string{"$", "❯"}
Functions ¶
This section is empty.
Types ¶
type CommandForm ¶
type CommandForm struct {
// contains filtered or unexported fields
}
func NewCommandForm ¶
func NewCommandForm(command string) *CommandForm
func (*CommandForm) Run ¶
func (s *CommandForm) Run() error
Click to show internal directories.
Click to hide internal directories.