string ask(string $question, string $default = null) Prompt the user for
int callSilent(string $command, array $arguments = array()) Call another
void fire() Execute the console command.
string|array option(string $key = null) Get the value of a command option
int call(string $command, array $arguments = array()) Call another console
bool confirm(string $question, bool $default = false) Confirm a question
int run(InputInterface $input, OutputInterface $output) Run the console
void __construct(Filesystem $files,
Page 3 of 3