void info(string $string, null|int|string $verbosity = null) Write a string
string askWithCompletion(string $question, array $choices, string $default = null)
array options() Get all of the options passed to the command.
void __construct(Filesystem $files)
string|array argument(string $key = null) Get the value of a command argument
Application getLaravel()
array arguments() Get all of the arguments passed to the command.
bool hasArgument(string|int $name) Determine if the given argument is present
Page 96 of 100