Versions in this module Expand all Collapse all v1 v1.0.0 Jun 22, 2023 Changes in this version + const Binding + func NewApplication() console.Artisan + type Application struct + func (c *Application) Call(command string) + func (c *Application) CallAndExit(command string) + func (c *Application) Register(commands []console.Command) + func (c *Application) Run(args []string, exitIfArtisan bool) + type CliContext struct + func (r *CliContext) Argument(index int) string + func (r *CliContext) Arguments() []string + func (r *CliContext) Option(key string) string + func (r *CliContext) OptionBool(key string) bool + func (r *CliContext) OptionFloat64(key string) float64 + func (r *CliContext) OptionFloat64Slice(key string) []float64 + func (r *CliContext) OptionInt(key string) int + func (r *CliContext) OptionInt64(key string) int64 + func (r *CliContext) OptionInt64Slice(key string) []int64 + func (r *CliContext) OptionIntSlice(key string) []int + func (r *CliContext) OptionSlice(key string) []string + type ServiceProvider struct + func (receiver *ServiceProvider) Boot(app foundation.Application) + func (receiver *ServiceProvider) Register(app foundation.Application)