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)?,