JMOlivas\Phpqa\Command\InitCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('init')->setDescription('Copy configuration files to user home directory')->addOption('project', null, InputOption::VALUE_REQUIRED, sprintf('Project name to copy config from, must be (%s).', implode(',', $this->projects)))->addOption('global', null, InputOption::VALUE_NONE, 'Copy configuration files to user home directory, instead of current working directory.')->addOption('override', null, InputOption::VALUE_NONE, 'Copy files using override flag.');
    }