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 6c3c31a commit 82d4ce2Copy full SHA for 82d4ce2
cmd/github-mcp-server/main.go
@@ -86,7 +86,7 @@ func init() {
86
_ = viper.BindPFlag("enable-command-logging", rootCmd.PersistentFlags().Lookup("enable-command-logging"))
87
_ = viper.BindPFlag("export-translations", rootCmd.PersistentFlags().Lookup("export-translations"))
88
_ = viper.BindPFlag("host", rootCmd.PersistentFlags().Lookup("gh-host"))
89
- _ = viper.BindPFlag("content_window_size", rootCmd.PersistentFlags().Lookup("content-window-size"))
+ _ = viper.BindPFlag("content-window-size", rootCmd.PersistentFlags().Lookup("content-window-size"))
90
91
// Add subcommands
92
rootCmd.AddCommand(stdioCmd)
0 commit comments