Add tab group rename command

This commit is contained in:
2026-05-08 11:05:54 -04:00
parent fb33771c8f
commit 5588237a1f
5 changed files with 96 additions and 3 deletions
@@ -105,6 +105,13 @@ pub(crate) fn tab_group_name(command: &str) -> Option<&str> {
command_argument(command, &["group-tab ", "group tab ", "tab-group ", "tab group "])
}
pub(crate) fn rename_tab_group_name(command: &str) -> Option<&str> {
command_argument(
command,
&["rename-tab-group ", "rename tab group ", "rename-group ", "rename group "],
)
}
pub(crate) fn split_group_name(command: &str) -> Option<&str> {
command_argument(
command,