int run(InputInterface $input, OutputInterface $output) Run the console
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string|array option(string $key = null) Get the value of a command option
Application getLaravel()
array arguments() Get all of the arguments passed to the command.
bool|null fire() Execute the console command.
int callSilent(string $command, array $arguments = array()) Call another
string askWithCompletion(string $question, array $choices, string $default = null)
Page 78 of 100