aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorlukeflo2025-02-17 21:43:18 +0100
committerlukeflo2025-02-17 21:43:18 +0100
commitde0e6fcde0f4fdd9a08255dac52629bec28a0ca3 (patch)
tree6df6f37849c118c997006487b49ede619002e4e2 /src/main.rs
parentd443843d352d740b895c4d622eb9af9567aa7423 (diff)
downloadbibiman-de0e6fcde0f4fdd9a08255dac52629bec28a0ca3.tar.gz
bibiman-de0e6fcde0f4fdd9a08255dac52629bec28a0ca3.zip
Update README
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 94f5042..37bead0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -56,6 +56,6 @@ async fn main() -> Result<()> {
// Create an application.
let mut app = App::new(&mut parsed_args, &mut cfg)?;
- app.run(&mut parsed_args).await?;
+ app.run(&mut parsed_args, &cfg).await?;
Ok(())
}