Skip to content

Commit

Permalink
next is to get the TDDriver to handle solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
2AUK committed Oct 16, 2023
1 parent a280bed commit 8bf6391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ fn parse_args() -> Result<Args, lexopt::Error> {
fn main() -> Result<(), lexopt::Error> {
let args = parse_args()?;
let mut driver = RISMDriver::from_toml(args.input_file);
driver.execute(args.verbosity, args.compress);
let solutions = driver.execute(args.verbosity, args.compress);
Ok(())
}

0 comments on commit 8bf6391

Please sign in to comment.