Application getLaravel()
string|array argument(string $key = null) Get the value of a command argument
void __construct(Container $laravel,
string|array option(string $key = null) Get the value of a command option
void line(string $string, string $style = null, null|int|string $verbosity = null)
array options() Get all of the options passed to the command.
string secret(string $question, bool $fallback = true) Prompt the user
int run(InputInterface $input, OutputInterface $output) Run the console
void warn(string $string, null|int|string $verbosity = null) Write a string
void setLaravel(Container $laravel)
Page 4 of 9