Kirby\Cli\Command\Delete\Plugin::delete PHP Method

delete() protected method

protected delete ( $name, $output )
    protected function delete($name, $output)
    {
        dir::remove($this->root() . DS . $name);
        $output->writeln('<comment>The "' . $name . '" plugin has been deleted!</comment>');
        $output->writeln('');
    }