array arguments() Get all of the arguments passed to the command.
array options() Get all of the options passed to the command.
string secret(string $question, bool $fallback = true) Prompt the user
string ask(string $question, string $default = null) Prompt the user for
void warn(string $string) Write a string as warning output.
AssetPublishCommand class AssetPublishCommand extends
int call(string $command, array $arguments = array()) Call another console
string|array option(string $key = null) Get the value of a command option
Page 77 of 100