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.Flags().StringVar(&identifier, "identifier", "com.google.chrome", "An identifier for the application")
27
-
rootCmd.Flags().BoolVar(&noRebuildLaunchServices, "no-rebuild-launchservices", false, "Do not rebuild launch services. Only use if you are experiencing issues with System Settings not displaying correctly after a reboot.")
27
+
rootCmd.Flags().BoolVar(&noRescanLaunchServices, "no-rebuild-launchservices", false, "Do not rescan launch services. Only use if you are experiencing issues with System Settings not displaying correctly after a reboot.")
28
+
rootCmd.Flags().BoolVar(&noRescanLaunchServices, "no-rescan-launchservices", false, "Legacy: same as --no-rebuild-launchservices")
28
29
29
30
rootCmd.Version=version
30
31
rootCmd.SetVersionTemplate("default-browser version {{.Version}}\n")
0 commit comments