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
// Add global flags that will be shared by all commands
53
+
rootCmd.PersistentFlags().Bool("read-only", false, "Restrict the server to read-only operations")
51
54
rootCmd.PersistentFlags().String("log-file", "", "Path to log file")
52
55
rootCmd.PersistentFlags().Bool("enable-command-logging", false, "When enabled, the server will log all command requests and responses to the log file")
53
56
rootCmd.PersistentFlags().Bool("export-translations", false, "Save translations to a JSON file")
0 commit comments