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

10 lines
175 B
Go

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