void __construct() Create a new console command instance.
string|array argument(string $key = null) Get the value of a command argument
bool hasOption(string $name) Determine if the given option is present.
string secret(string $question, bool $fallback = true) Prompt the user
void comment(string $string) Write a string as comment output.
void setLaravel(Container $laravel)
Application getLaravel()
bool confirm(string $question, bool $default = false) Confirm a question
void warn(string $string) Write a string as warning output.
Page 22 of 26