console

package
v1.15.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2025 License: MIT Imports: 24 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewApplication added in v1.8.1

func NewApplication(name, usage, usageText, version string, useArtisan bool) console.Artisan

NewApplication Create a new Artisan application. Will add artisan flag to the command if useArtisan is true.

Types

type Application

type Application struct {
	// contains filtered or unexported fields
}

func (*Application) Call added in v0.1.0

func (r *Application) Call(command string) error

Call Run an Artisan console command by name.

func (*Application) CallAndExit added in v0.4.1

func (r *Application) CallAndExit(command string)

CallAndExit Run an Artisan console command by name and exit.

func (*Application) Register

func (r *Application) Register(commands []console.Command)

func (*Application) Run added in v0.1.2

func (r *Application) Run(args []string, exitIfArtisan bool) error

Run a command. Args come from os.Args.

type CliContext added in v1.0.0

type CliContext struct {
	// contains filtered or unexported fields
}

func NewCliContext added in v1.14.0

func NewCliContext(instance *cli.Command) *CliContext

func (*CliContext) Argument added in v1.0.0

func (r *CliContext) Argument(index int) string

func (*CliContext) Arguments added in v1.0.0

func (r *CliContext) Arguments() []string

func (*CliContext) Ask added in v1.14.0

func (r *CliContext) Ask(question string, option ...console.AskOption) (string, error)

func (*CliContext) Choice added in v1.14.0

func (r *CliContext) Choice(question string, choices []console.Choice, option ...console.ChoiceOption) (string, error)

func (*CliContext) Comment added in v1.14.0

func (r *CliContext) Comment(message string)

func (*CliContext) Confirm added in v1.14.0

func (r *CliContext) Confirm(question string, option ...console.ConfirmOption) bool

func (*CliContext) CreateProgressBar added in v1.14.0

func (r *CliContext) CreateProgressBar(total int) console.Progress

func (*CliContext) Error added in v1.14.0

func (r *CliContext) Error(message string)

func (*CliContext) Info added in v1.14.0

func (r *CliContext) Info(message string)

func (*CliContext) Line added in v1.14.0

func (r *CliContext) Line(message string)

func (*CliContext) MultiSelect added in v1.14.0

func (r *CliContext) MultiSelect(question string, choices []console.Choice, option ...console.MultiSelectOption) ([]string, error)

func (*CliContext) NewLine added in v1.14.0

func (r *CliContext) NewLine(times ...int)

func (*CliContext) Option added in v1.0.0

func (r *CliContext) Option(key string) string

func (*CliContext) OptionBool added in v1.12.0

func (r *CliContext) OptionBool(key string) bool

func (*CliContext) OptionFloat64 added in v1.12.0

func (r *CliContext) OptionFloat64(key string) float64

func (*CliContext) OptionFloat64Slice added in v1.12.0

func (r *CliContext) OptionFloat64Slice(key string) []float64

func (*CliContext) OptionInt added in v1.12.0

func (r *CliContext) OptionInt(key string) int

func (*CliContext) OptionInt64 added in v1.12.0

func (r *CliContext) OptionInt64(key string) int64

func (*CliContext) OptionInt64Slice added in v1.12.0

func (r *CliContext) OptionInt64Slice(key string) []int64

func (*CliContext) OptionIntSlice added in v1.12.0

func (r *CliContext) OptionIntSlice(key string) []int

func (*CliContext) OptionSlice added in v1.12.0

func (r *CliContext) OptionSlice(key string) []string

func (*CliContext) Secret added in v1.14.0

func (r *CliContext) Secret(question string, option ...console.SecretOption) (string, error)

func (*CliContext) Spinner added in v1.14.0

func (r *CliContext) Spinner(message string, option console.SpinnerOption) error

func (*CliContext) Success added in v1.15.0

func (r *CliContext) Success(message string)

func (*CliContext) TwoColumnDetail added in v1.15.0

func (r *CliContext) TwoColumnDetail(first, second string, filler ...rune)

func (*CliContext) Warning added in v1.14.0

func (r *CliContext) Warning(message string)

func (*CliContext) WithProgressBar added in v1.14.0

func (r *CliContext) WithProgressBar(items []any, callback func(any) error) ([]any, error)

type ProgressBar added in v1.14.0

type ProgressBar struct {
	// contains filtered or unexported fields
}

func NewProgressBar added in v1.14.0

func NewProgressBar(total int) *ProgressBar

func (*ProgressBar) Advance added in v1.14.0

func (r *ProgressBar) Advance(step ...int)

func (*ProgressBar) Finish added in v1.14.0

func (r *ProgressBar) Finish() error

func (*ProgressBar) SetTitle added in v1.14.0

func (r *ProgressBar) SetTitle(message string)

func (*ProgressBar) ShowElapsedTime added in v1.14.0

func (r *ProgressBar) ShowElapsedTime(b ...bool) console.Progress

func (*ProgressBar) ShowTitle added in v1.14.0

func (r *ProgressBar) ShowTitle(b ...bool) console.Progress

func (*ProgressBar) Start added in v1.14.0

func (r *ProgressBar) Start() error

type ServiceProvider

type ServiceProvider struct {
}

func (*ServiceProvider) Boot

func (r *ServiceProvider) Boot(app foundation.Application)

func (*ServiceProvider) Register

func (r *ServiceProvider) Register(app foundation.Application)

func (*ServiceProvider) Relationship added in v1.15.12

func (r *ServiceProvider) Relationship() binding.Relationship

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL