string|array option(string $key = null) Get the value of a command option
string secret(string $question, bool $fallback = true) Prompt the user
void fire() Execute the console command.
string|array argument(string $key = null) Get the value of a command argument
void __construct(Filesystem $files)
void info(string $string, null|int|string $verbosity = null) Write a string
void warn(string $string, null|int|string $verbosity = null) Write a string
void table(array $headers, Arrayable|array $rows,
bool hasArgument(string|int $name) Determine if the given argument is present
Page 53 of 100