Further improve CLI feedback

This commit is contained in:
Luke D Jones
2021-03-10 16:01:04 +13:00
parent 707b3bcc2d
commit 47432524e1
4 changed files with 25 additions and 12 deletions

View File

@@ -89,7 +89,7 @@ pub struct ProfileCommand {
pub max_percentage: Option<u8>,
#[options(meta = "", help = "<silent, normal, boost>")]
pub preset: Option<FanLevel>,
pub fan_preset: Option<FanLevel>,
#[options(meta = "", parse(try_from_str = "parse_fan_curve"), help = "set fan curve")]
pub curve: Option<Curve>,
#[options(free)]