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
Also add --tty parameter, similar to the start command,
for avoiding user interaction asking whether to start it.
Signed-off-by: Anders F Björklund <[email protected]>
// TODO: "survey" does not support using cygwin terminal on windows yet
32
+
editCommand.Flags().Bool("tty", isatty.IsTerminal(os.Stdout.Fd()), "enable TUI interactions such as opening an editor, defaults to true when stdout is a terminal")
33
+
editCommand.Flags().String("set", "", "modify the template inplace, using yq syntax")
0 commit comments