Documentation ¶
Index ¶
Constants ¶
View Source
const ( Add string = "add" Addf = "addf" Set = "set" Setf = "setf" Append = "append" Appendf = "appendf" Get = "get" Clean = "clean" Cleanf = "cleanf" Remove = "remove" Removef = "removef" Quit = "quit" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Indent int Name string // mandatory command name Values []string Attrs map[string]string Lines []string }
func (*Command) IsSupported ¶ added in v0.1.7
func (*Command) ShouldReturn ¶
type CommandMetadata ¶
Click to show internal directories.
Click to hide internal directories.