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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('plugin:install')->setDescription('Installs a new Kirby plugin from Github')->addArgument('path', InputArgument::REQUIRED, 'Github path');
    }