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
51
+
rootCmd.PersistentFlags().Bool("read-only", false, "Restrict the server to read-only operations")
50
52
rootCmd.PersistentFlags().String("log-file", "", "Path to log file")
51
53
rootCmd.PersistentFlags().Bool("enable-command-logging", false, "When enabled, the server will log all command requests and responses to the log file")
0 commit comments