group commands and make features/options visible

This commit is contained in:
Michael Eischer
2024-08-23 23:48:45 +02:00
parent 489af2a670
commit 5988d825b7
28 changed files with 47 additions and 6 deletions

View File

@@ -29,8 +29,9 @@ import (
)
var cmdDebug = &cobra.Command{
Use: "debug",
Short: "Debug commands",
Use: "debug",
Short: "Debug commands",
GroupID: cmdGroupDefault,
}
var cmdDebugDump = &cobra.Command{