From 8f16e5968044ec3f010c1dd62d2b7d0fe7c34d39 Mon Sep 17 00:00:00 2001 From: crapStone Date: Sat, 16 Jul 2022 02:25:31 +0200 Subject: [PATCH] format --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 893a3c5..6531916 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -58,7 +58,7 @@ pub fn build_cli() -> App<'static> { .short('l') .long("list") .help("Lists all available brightness and led controllers") - .exclusive(true) + .exclusive(true), ) .arg( Arg::with_name("ctrl_type")