Add tab group archive command coverage

This commit is contained in:
2026-05-08 11:39:16 -04:00
parent 24bdf3d2dc
commit 2410e71006
2 changed files with 72 additions and 0 deletions
+14
View File
@@ -180,3 +180,17 @@ Group close archives every tab in the active group and removes the empty group r
│ example.com │ │
└──────────────────────────────┴───────────────────────────────────────────────┘
```
Group archive uses the explicit archive command for the same active group flow:
```text
┌──────────────────────────────────────────────────────────────────────────────┐
│ ELY Browser [ >archive-tab-group.......................... ] [pin] [*] [+] │
├──────────────────────────────┬───────────────────────────────────────────────┤
│ Tabs │ servo.org │
│ New Tab │ https://servo.org │
│ Archive │ Docs tabs archived as ManualClose │
│ example.com │ │
│ example.com │ │
└──────────────────────────────┴───────────────────────────────────────────────┘
```