Skip to content

Commit

Permalink
Don't open terminal when run
Browse files Browse the repository at this point in the history
  • Loading branch information
davystrong committed Sep 5, 2021
1 parent 32d2225 commit 0a77081
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#![windows_subsystem = "windows"]
use clap::Clap;
use filo_clipboard::{cli::Opts, run};

fn main() {
let opts = Opts::parse();

run(opts);
}
}

0 comments on commit 0a77081

Please sign in to comment.