Mmoreram\PHPFormatter\Command\HeaderCommand::configure PHP Method

configure() protected method

configure.
protected configure ( )
    protected function configure()
    {
        $this->setName('formatter:header:fix')->setDescription('Ensures that all PHP files have the header defined in the config file')->addArgument('path', InputArgument::REQUIRED, 'Path')->addOption('--config', '-c', InputOption::VALUE_OPTIONAL, 'Config file directory', getcwd())->addOption('dry-run', null, InputOption::VALUE_NONE, 'Just print the result, nothing is overwritten');
    }