We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eaf791 commit 106def2Copy full SHA for 106def2
cmd/github-mcp-server/main.go
@@ -64,7 +64,7 @@ var (
64
func init() {
65
cobra.OnInitialize(initConfig)
66
67
- rootCmd.SetVersionTemplate("{{.Short}}\n{{.Version}}\n")
+ rootCmd.SetVersionTemplate("{{.Short}}\n{{.Version}}\n")
68
69
// Add global flags that will be shared by all commands
70
rootCmd.PersistentFlags().Bool("read-only", false, "Restrict the server to read-only operations")
0 commit comments