bool hasArgument(string|int $name) Determine if the given argument is present
bool confirm(string $question, bool $default = false) Confirm a question
void question(string $string) Write a string as question output.
void table(array $headers, Arrayable|array $rows,
string askWithCompletion(string $question, array $choices, string $default = null)
ControllerMakeCommand class ControllerMakeCommand extends
void line(string $string) Write a string as standard output.
string|array option(string $key = null) Get the value of a command option
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void info(string $string) Write a string as information output.
Page 4 of 8