Versions in this module Expand all Collapse all v1 v1.0.1 Apr 19, 2024 Changes in this version + type Artisan struct + func NewArtisan(t mockConstructorTestingTNewArtisan) *Artisan + func (_m *Artisan) Call(command string) + func (_m *Artisan) CallAndExit(command string) + func (_m *Artisan) Register(commands []console.Command) + func (_m *Artisan) Run(args []string, exitIfArtisan bool) + type Context struct + func NewContext(t mockConstructorTestingTNewContext) *Context + func (_m *Context) Argument(index int) string + func (_m *Context) Arguments() []string + func (_m *Context) Option(key string) string + func (_m *Context) OptionBool(key string) bool + func (_m *Context) OptionFloat64(key string) float64 + func (_m *Context) OptionFloat64Slice(key string) []float64 + func (_m *Context) OptionInt(key string) int + func (_m *Context) OptionInt64(key string) int64 + func (_m *Context) OptionInt64Slice(key string) []int64 + func (_m *Context) OptionIntSlice(key string) []int + func (_m *Context) OptionSlice(key string) []string