This commit is contained in:
crapStone 2022-07-16 02:25:31 +02:00
parent fcc49740c7
commit 8f16e59680
No known key found for this signature in database
GPG key ID: 4CAA9E39EEDEB1F0

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