Kirby\Cli\Command\Plugin\Uninstall::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('plugin:uninstall')->setDescription('Removes a Kirby plugin')->addArgument('name', InputArgument::OPTIONAL, 'Plugin name');
    }