Added --remove ability to profile subcommand

This commit is contained in:
Tony Dwire
2021-03-19 22:24:59 -05:00
parent 53ee6015d0
commit 1c48ab227d
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>,
}