Eccube\Command\PluginCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('plugin:develop')->addArgument('mode', InputArgument::REQUIRED, 'mode(install/uninstall/enable/disable/update/reload)', null)->addOption('path', null, InputOption::VALUE_OPTIONAL, 'path of tar or zip')->addOption('code', null, InputOption::VALUE_OPTIONAL, 'plugin code')->addOption('uninstall-force', null, InputOption::VALUE_OPTIONAL, 'if set true, remove directory')->setDescription('plugin commandline installer.')->setHelp(<<<EOF
The <info>%command.name%</info> plugin installer runner for developer;
EOF
);
    }