mirror of
https://github.com/restic/restic.git
synced 2026-04-15 01:28:49 +00:00
group commands and make features/options visible
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user