void line(string $string, string $style = null, null|int|string $verbosity = null)
void error(string $string) Write a string as error output.
void info(string $string, null|int|string $verbosity = null) Write a string
string askWithCompletion(string $question, array $choices, string $default = null)
void fire() Execute the console command.
bool hasArgument(string|int $name) Determine if the given argument is present
string|array option(string $key = null) Get the value of a command option
void line(string $string) Write a string as standard output.
array options() Get all of the options passed to the command.
void __construct() Create a new console command instance.
Page 12 of 23