Altax\Command\ClosureTaskCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->addArgument('args', InputArgument::IS_ARRAY, 'Arguments passed to the task.');
    }