void line(string $string, string $style = null, null|int|string $verbosity = null)
void question(string $string, null|int|string $verbosity = null) Write
string ask(string $question, string $default = null) Prompt the user for
void __construct() Create a new console command instance.
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback
string|array argument(string $key = null) Get the value of a command argument
Application getLaravel()
bool hasOption(string $name) Determine if the given option is present.
string askWithCompletion(string $question, array $choices, string $default = null)
void fire() Execute the console command.
Page 15 of 23