Skip to content

Commit

Permalink
fix completion
Browse files Browse the repository at this point in the history
  • Loading branch information
JojiiOfficial committed Oct 18, 2020
1 parent 668d3dd commit 45e6392
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use std::process::{exit, Command, Stdio};
const DAEMON_PATH: &str = "/tmp/livebuds.sock";

fn build_cli() -> App<'static> {
App::new("livebuds")
App::new("earbuds")
.setting(AppSettings::TrailingVarArg)
.setting(AppSettings::ColoredHelp)
.setting(AppSettings::ArgRequiredElseHelp)
Expand All @@ -29,7 +29,6 @@ fn build_cli() -> App<'static> {
.short('o')
.long("output")
.global(true)
.value_hint(ValueHint::Unknown)
.possible_values(&["json", "normal"]),
)
.arg(
Expand Down

0 comments on commit 45e6392

Please sign in to comment.