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

10 lines
222 B
Go

//go:build !darwin && !freebsd && !linux
// +build !darwin,!freebsd,!linux
package main
import "github.com/spf13/cobra"
func registerMountCommand(_ *cobra.Command) {
// Mount command not supported on these platforms
}