Merge branch 'profile_remove' into 'main'

Added --remove ability to profile subcommand

See merge request asus-linux/asus-nb-ctrl!37
This commit is contained in:
Luke Jones
2021-03-20 08:40:04 +00:00
4 changed files with 42 additions and 2 deletions

View File

@@ -100,4 +100,6 @@ pub struct ProfileCommand {
pub curve: Option<Curve>,
#[options(free)]
pub profile: Option<String>,
#[options(help = "remove a profile by name")]
pub remove: Option<String>,
}