void setLaravel(Container $laravel)
string anticipate(string $question, array $choices, string $default = null)
string|array argument(string $key = null) Get the value of a command argument
array options() Get all of the options passed to the command.
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback
int run(InputInterface $input, OutputInterface $output) Run the console
string secret(string $question, bool $fallback = true) Prompt the user
int callSilent(string $command, array $arguments = array()) Call another
void error(string $string, null|int|string $verbosity = null) Write a string
bool hasArgument(string|int $name) Determine if the given argument is present
Page 5 of 23