bool hasArgument(string|int $name) Determine if the given argument is present
MigrateCommand class MigrateCommand extends
void comment(string $string) Write a string as comment output.
bool confirm(string $question, bool $default = false) Confirm a question
string secret(string $question, bool $fallback = true) Prompt the user
void info(string $string) Write a string as information output.
string anticipate(string $question, array $choices, string $default = null)
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
Page 7 of 23