void setArtisan(Application $artisan)
string|array option(string $key = null) Get the value of a command option
int call(string $command, array $parameters = array()) Run an Artisan console
OutputInterface getOutput() Get the output implementation.
string ask(string $question, string $default = null) Prompt the user for
void table(array $headers, Arrayable|array $rows,
string anticipate(string $question, array $choices, string $default = null)
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
int run(InputInterface $input, OutputInterface $output) Run the console
Page 71 of 100