mirror of
https://github.com/restic/restic.git
synced 2026-05-11 04:55:24 +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
|
|
}
|