parser: minor cleanup

This commit is contained in:
Sebastian Kuzminsky 2025-04-05 10:53:26 -06:00
parent d2c1cc8017
commit b94ad2bf97

View file

@ -14,8 +14,7 @@ struct Args {
fn main() -> anyhow::Result<()> {
let args = Args::parse();
// let repo = tools::Repo::new(&args.repo).unwrap();
// repo.compile(&args.target)?;
let mut repos = tools::Repos::default();
for repo_path in &args.repo {
repos.add_repo(repo_path)?;