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
// TODO: "survey" does not support using cygwin terminal on windows yet
80
80
rootCmd.PersistentFlags().Bool("tty", isatty.IsTerminal(os.Stdout.Fd()), "Enable TUI interactions such as opening an editor. Defaults to true when stdout is a terminal. Set to false for automation.")
81
+
rootCmd.PersistentFlags().BoolP("yes", "y", false, "Alias of --tty=false")
0 commit comments