Skip to content

Commit

Permalink
should be official 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pants721 committed Mar 11, 2024
1 parent 9bfb2a5 commit eb338eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)?,
Expand Down

0 comments on commit eb338eb

Please sign in to comment.