Newscoop\Tools\Console\Command\RemovePluginCommand::configure PHP Method

configure() protected method

See also: Console\Command\Command
protected configure ( )
    protected function configure()
    {
        $this->setName('plugins:remove')->setDescription('Remove Newscoop Plugin.')->addArgument('name', InputArgument::REQUIRED, 'Composer package name "vendor/plugin-name"');
    }
RemovePluginCommand