Crunz\Console\Command\ClosureRunCommand::configure PHP Method

configure() protected method

Configures the current command
protected configure ( )
    protected function configure()
    {
        $this->setName('closure:run')->setDescription('Executes a closure as a process.')->setDefinition([new InputArgument('closure', InputArgument::REQUIRED, 'The closure to run')])->setHelp('This command executes a closure as a separate process.');
    }
ClosureRunCommand