string anticipate(string $question, array $choices, string $default = null)
bool confirm(string $question, bool $default = false) Confirm a question
Illuminate\Database\Console\Migrations Classes
string|array argument(string $key = null) Get the value of a command argument
string|array option(string $key = null) Get the value of a command option
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void error(string $string, null|int|string $verbosity = null) Write a string
array arguments() Get all of the arguments passed to the command.
Page 8 of 31