When we run the sync command with one of the inputs of repo-name, repo-name-list, or repo-name-list-file, it currently attempts to sync every single repository in the cache-dir AND the newly added repository. Rather than doing this, shouldn't it only care about the repositories from the relevant flag?
When we run the
synccommand with one of the inputs ofrepo-name,repo-name-list, orrepo-name-list-file, it currently attempts to sync every single repository in thecache-dirAND the newly added repository. Rather than doing this, shouldn't it only care about the repositories from the relevant flag?