string anticipate(string $question, array $choices, string $default = null)
void setLaravel(Application $laravel)
bool confirm(string $question, bool $default = false) Confirm a question
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 error(string $string) Write a string as error output.
TinkerCommand class TinkerCommand extends
string|array option(string $key = null) Get the value of a command option
Page 97 of 100