Added missing group

This commit is contained in:
Andrew Nester 2024-12-09 16:32:53 +01:00
parent 1b3b8ec3ad
commit 1aff8cc3c8
No known key found for this signature in database
GPG Key ID: 12BC628A44B7DA57
1 changed files with 4 additions and 0 deletions

View File

@ -72,5 +72,9 @@ func Groups() []cobra.Group {
ID: "apps",
Title: "Apps",
},
{
ID: "cleanrooms",
Title: "Clean Rooms",
},
}
}