parser: minor cleanup
This commit is contained in:
parent
d2c1cc8017
commit
b94ad2bf97
1 changed files with 1 additions and 2 deletions
|
|
@ -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)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue