bool isQuiet() Returns whether verbosity is quiet (-q).
Illuminate\Console\Scheduling Classes
Parser class Parser (
int run(InputInterface $input, OutputInterface $output) Run the console
string|array argument(string $key = null) Get the value of a command argument
void __construct(InputInterface $input, OutputInterface $output) Create
void info(string $string, null|int|string $verbosity = null) Write a string
bool isVerbose() Returns whether verbosity is verbose (-v).
void line(string $string, string $style = null, null|int|string $verbosity = null)
Command class Command extends Command (
Page 1 of 9