bool confirm(string $question, bool $default = false) Confirm a question
void __construct() Create a new console command instance.
IlluminateCaster class IlluminateCaster (
bool hasArgument(string|int $name) Determine if the given argument is present
int callSilent(string $command, array $arguments = array()) Call another
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void table(array $headers, array $rows, string $style = 'default') Format
void error(string $string) Write a string as error output.
void line(string $string) Write a string as standard output.
int run(InputInterface $input, OutputInterface $output) Run the console
Page 36 of 100