mirror of
https://github.com/restic/restic.git
synced 2025-12-13 23:23:07 +00:00
10 lines
178 B
Go
10 lines
178 B
Go
//go:build !debug
|
|
|
|
package main
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
func registerDebugCommand(_ *cobra.Command, _ *GlobalOptions) {
|
|
// No commands to register in non-debug mode
|
|
}
|