mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
AniMe: adding --on and --off options to turn on/off (and accept/reject write requests)
This commit is contained in:
@@ -214,8 +214,7 @@ impl Default for SetAuraBuiltin {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[derive(Debug, Options)]
|
||||
#[derive(Options)]
|
||||
pub struct AniMeLeds {
|
||||
#[options(help = "print help message")]
|
||||
help: bool,
|
||||
@@ -231,8 +230,8 @@ impl AniMeLeds {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Options)]
|
||||
#[derive(Options)]
|
||||
pub enum AniMeActions {
|
||||
#[options(help = "change all leds brightness")]
|
||||
Leds(AniMeLeds)
|
||||
Leds(AniMeLeds),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user