Keep private profiles out of history

This commit is contained in:
2026-05-08 01:33:23 -04:00
parent 785663280e
commit ca2033a6ef
4 changed files with 67 additions and 5 deletions
@@ -60,6 +60,10 @@ pub(crate) fn new_profile_name(command: &str) -> Option<&str> {
command_argument(command, &["new-profile ", "new profile "])
}
pub(crate) fn new_private_profile_name(command: &str) -> Option<&str> {
command_argument(command, &["new-private-profile ", "new private profile "])
}
pub(crate) fn switch_profile_name(command: &str) -> Option<&str> {
command_argument(command, &["switch-profile ", "switch profile "])
}