Update Cargo.toml on dev check

This commit is contained in:
mo8it
2024-04-16 03:30:28 +02:00
parent d1ebbaa6f6
commit aa813fbce1
4 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ fn main() -> Result<()> {
Some(Subcommands::Init) => {
return init::init(&info_file.exercises).context("Initialization failed");
}
Some(Subcommands::Dev(dev_command)) => return dev_command.run(),
Some(Subcommands::Dev(dev_command)) => return dev_command.run(info_file),
_ => (),
}