diff options
| author | mo8it <mo8it@proton.me> | 2024-04-16 03:30:28 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-16 03:30:28 +0200 |
| commit | aa813fbce1305bb1beac88bff47f4279948cb3ac (patch) | |
| tree | a97242ca9b1bb900c882a8fbde075b07b60f6c68 /src/main.rs | |
| parent | d1ebbaa6f610ec492422806beb34e0dc7e4fc466 (diff) | |
Update Cargo.toml on `dev check`
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 5188ee1..8b3f28f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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), _ => (), } |
