Class Illuminate\Console\Command

extends Command
uses CallsCommands, HasParameters, InteractsWithIO, Macroable
Methods
Methods inherited from Symfony\Component\Console\Command\Command
getDefaultName(), getDefaultDescription(), ignoreValidationErrors(), setApplication(), setHelperSet(), getHelperSet(), getApplication(), isEnabled(), complete(), setCode(), setDefinition(), getDefinition(), getNativeDefinition(), addArgument(), addOption(), setName(), setProcessTitle(), getName(), setDescription(), getDescription(), setHelp(), getHelp(), getProcessedHelp(), setAliases(), getAliases(), getSynopsis(), addUsage(), getUsages(), getHelper()
Methods used from Illuminate\Console\Concerns\CallsCommands
call(), callSilent(), callSilently()
Methods used from Illuminate\Console\Concerns\InteractsWithIO
hasArgument(), argument(), arguments(), hasOption(), option(), options(), confirm(), ask(), anticipate(), askWithCompletion(), secret(), choice(), table(), withProgressBar(), info(), line(), comment(), question(), error(), warn(), alert(), newLine(), setInput(), setOutput(), getOutput()
Methods used from Illuminate\Support\Traits\Macroable
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), __call()
Constants inherited from Symfony\Component\Console\Command\Command
SUCCESS, FAILURE, INVALID