void __construct() Create a new console command instance.
string ask(string $question, string $default = null) Prompt the user for
int call(string $command, array $arguments = array()) Call another console
string secret(string $question, bool $fallback = true) Prompt the user
void fire() Execute the console command.
void __construct(Filesystem $files)
OutputInterface getOutput() Get the output implementation.
bool hasArgument(string|int $name) Determine if the given argument is present
string|array option(string $key = null) Get the value of a command option
Page 7 of 12