rename project

This commit is contained in:
2026-07-08 22:54:56 +01:00
parent f569f46499
commit 0d0567c070
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import (
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "bngmock",
Short: "CLI for a BeamNG OG mockserver",
Use: "telemetrymockserver",
Short: "CLI for mocking and recording data from different sources. Primarily for simracing",
Long: ``,
}
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/ESilva15/BeamNGMockOg/mockserver"
"github.com/ESilva15/TelemetryMockserver/mockserver"
"github.com/spf13/cobra"
)
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/ESilva15/BeamNGMockOg/mockserver"
"github.com/ESilva15/TelemetryMockserver/mockserver"
"github.com/spf13/cobra"
)