Documentation ¶
Index ¶
- Variables
- func Plugins() []plugins.Plugin
- type Cmd
- func (vc *Cmd) Description() string
- func (vc *Cmd) Flags() *pflag.FlagSet
- func (vc *Cmd) Main(ctx context.Context, root string, args []string) error
- func (vc *Cmd) PluginName() string
- func (vc *Cmd) PrintFlags(w io.Writer) error
- func (c *Cmd) SetStdout(w io.Writer) error
- func (i Cmd) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "buffalo-cli/unknown"
Functions ¶
Types ¶
type Cmd ¶
type Cmd struct {
// contains filtered or unexported fields
}
Cmd is responsible for the `buffalo version` command.
func (*Cmd) Description ¶
func (*Cmd) PluginName ¶
Click to show internal directories.
Click to hide internal directories.