mirror of
https://github.com/restic/restic.git
synced 2025-10-29 11:19:06 +00:00
10 lines
160 B
Go
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
|
|
}
|