Files
netbird/client/cmd/update.go
2025-12-19 19:57:39 +01:00

14 lines
158 B
Go

//go:build !windows && !darwin
package cmd
import (
"github.com/spf13/cobra"
)
var updateCmd *cobra.Command
func isUpdateBinary() bool {
return false
}