Files
restic/cmd/restic/cmd_debug_disabled.go
2025-02-07 21:29:33 +01:00

10 lines
160 B
Go

//go:build !debug
package main
import "github.com/spf13/cobra"
func registerDebugCommand(_ *cobra.Command) {
// No commands to register in non-debug mode
}