Crunz\Console\Command\TaskGeneratorCommand::replaceCommand PHP Method

replaceCommand() protected method

Replace command
protected replaceCommand ( ) : void
return void
    protected function replaceCommand()
    {
        $this->stub = str_replace('DummyCommand', $this->options['run'], $this->stub);
        return $this;
    }