Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { // Name "foo" Name string `json:"name"` // BuffaloCommand "generate" BuffaloCommand string `json:"buffalo_command"` // Description "generates a foo" Description string `json:"description"` Binary string `json:"-"` }
Command that the plugin supplies
type List ¶
List maps a Buffalo command to a slice of Command
Click to show internal directories.
Click to hide internal directories.