Monorepo\Command\GitChangedCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setDescription('Test if a given component has changed based on a Git Commit Range')->addArgument('package', InputArgument::REQUIRED, 'Path to the package')->addArgument('range', InputArgument::OPTIONAL, 'Git commit range to check');
    }