This commit is contained in:
crapStone
2022-07-16 02:25:31 +02:00
parent fcc49740c7
commit 8f16e59680

View File

@@ -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")