Acacha\Llum\Console\AliasCommand::configure PHP Method

configure() protected method

Configure the command options.
protected configure ( )
    protected function configure()
    {
        $this->ignoreValidationErrors();
        $this->setName('alias')->setDescription('Adds a alias/facade to Laravel config/app.php file')->addArgument('aliasName', InputArgument::REQUIRED, 'the alias name')->addArgument('aliasClass', InputArgument::REQUIRED, 'the alias class');
    }