bool hasArgument(string|int $name) Determine if the given argument is present
Application getLaravel()
string askWithCompletion(string $question, array $choices, string $default = null)
void error(string $string, null|int|string $verbosity = null) Write a string
void line(string $string, string $style = null, null|int|string $verbosity = null)
array options() Get all of the options passed to the command.
NotificationTableCommand class NotificationTableCommand extends
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void table(array $headers, Arrayable|array $rows,
string secret(string $question, bool $fallback = true) Prompt the user
Page 1 of 3