mirror of
https://github.com/restic/restic.git
synced 2026-02-03 20:39:52 -05:00
9 lines
160 B
Go
9 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
|
|
}
|