Versions in this module Expand all Collapse all v0 v0.5.0 Nov 30, 2019 Changes in this version + func NewFlagSet(name string) *flag.FlagSet type Buffalo + func (b *Buffalo) Fix(ctx context.Context, args []string) error v0.4.1 Nov 27, 2019 Changes in this version + type Buffalo struct + Plugins Plugins + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer + func New(ctx context.Context) (*Buffalo, error) + func (b *Buffalo) Flags() *flag.FlagSet + func (b *Buffalo) Main(ctx context.Context, args []string) error + type Fixer interface + Fix func(ctx context.Context, args []string) error + type Generator interface + Generate func(ctx context.Context, args []string) error + type Plugin interface + Name func() string + type Plugins []Plugin + func (plugs Plugins) Fix(ctx context.Context, args []string) error + func (plugs Plugins) Generate(ctx context.Context, args []string) error + func (plugs Plugins) Len() int + func (plugs Plugins) Less(i int, j int) bool + func (plugs Plugins) Swap(i int, j int) v0.4.0 Nov 26, 2019 Changes in this version + func Main(ctx context.Context, args []string) error Other modules containing this package github.com/gobuffalo/buffalo-cli/v2