bool hasArgument(string|int $name) Determine if the given argument is present
int callSilent(string $command, array $arguments = array()) Call another
bool confirm(string $question, bool $default = false) Confirm a question
string askWithCompletion(string $question, array $choices, string $default = null)
int run(InputInterface $input, OutputInterface $output) Run the console
void setLaravel(Container $laravel)
void table(array $headers, array $rows, string $style = 'default') Format
void fire() Execute the console command.
Application getLaravel()
void info(string $string) Write a string as information output.
Page 5 of 12