int call(string $command, array $arguments = array()) Call another console
ModelMakeCommand class ModelMakeCommand extends
bool hasArgument(string|int $name) Determine if the given argument is present
void setLaravel(Container $laravel)
void line(string $string, string $style = null, null|int|string $verbosity = null)
string anticipate(string $question, array $choices, string $default = null)
void error(string $string) Write a string as error output.
void table(array $headers, array $rows, string $style = 'default') Format
string askWithCompletion(string $question, array $choices, string $default = null)
Page 24 of 100