array arguments() Get all of the arguments passed to the command.
string anticipate(string $question, array $choices, string $default = null)
int call(string $command, array $arguments = array()) Call another console
void line(string $string, string $style = null, null|int|string $verbosity = null)
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void setLaravel(Container $laravel)
void __construct(ConnectionResolverInterface
string ask(string $question, string $default = null) Prompt the user for
string|array option(string $key = null) Get the value of a command option
Page 26 of 31