JojiiOfficial / LiveBudsCli

A tool to control your Galaxy buds+, Live, Buds Pro and Buds 2 Pro
https://crates.io/crates/earbuds
GNU General Public License v3.0
193 stars 16 forks source link

Keep getting the same error when compiling with Cargo using Ubuntu #97

Closed 19noam closed 1 year ago

19noam commented 1 year ago
error[E0308]: mismatched types --> src/main.rs:166:19 166 generate(gen, cmd, cmd.get_name().to_string(), &mut std::io::stdout()); ^^^ expected struct clap::builder::command::App, found struct clap::Command
= note: expected mutable reference `&mut clap::builder::command::App<'_>`
           found mutable reference `&mut clap::Command