From eb338eb2d858dd4da94796b3b2f5e2e2643245cb Mon Sep 17 00:00:00 2001 From: Lucas Newcomb Date: Mon, 11 Mar 2024 19:34:47 -0400 Subject: [PATCH] should be official 2.0 --- src/main.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main.rs b/src/main.rs index 2da1988..1055f85 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,12 +13,6 @@ mod cli; mod util; fn main() -> Result<()> { - run()?; - - Ok(()) -} - -fn run() -> Result<()> { let args = Cli::parse(); match args.command { Commands::Add { id, source } => add(source, id)?,