You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
rootCmd.PersistentFlags().Bool("enable-command-logging",false,"When enabled, the server will log all command requests and responses to the log file")
74
75
rootCmd.PersistentFlags().Bool("export-translations",false,"Save translations to a JSON file")
75
76
rootCmd.PersistentFlags().String("gh-host","","Specify the GitHub hostname (for GitHub Enterprise etc.)")
77
+
rootCmd.PersistentFlags().Bool("disable-content-filtering",false,"Disable filtering of invisible characters and hidden content from GitHub issues, PRs, and comments")