Application getLaravel()
string ask(string $question, string $default = null) Prompt the user for
string|array option(string $key = null) Get the value of a command option
bool hasArgument(string|int $name) Determine if the given argument is present
int run(InputInterface $input, OutputInterface $output) Run the console
WorkCommand class WorkCommand extends Command
void info(string $string) Write a string as information output.
void error(string $string) Write a string as error output.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 8 of 26