void info(string $string, null|int|string $verbosity = null) Write a string
void terminate(InputInterface $input, int $status) Terminate the application
bool hasArgument(string|int $name) Determine if the given argument is present
void fire() Execute the console command.
string ask(string $question, string $default = null) Prompt the user for
Application getLaravel()
array options() Get all of the options passed to the command.
void setLaravel(Container $laravel)
string|array argument(string $key = null) Get the value of a command argument
Page 57 of 100