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
Copy file name to clipboardExpand all lines: internal/cmd/root.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ type RootFlags struct {
38
38
Selectstring`name:"select" aliases:"pick,project" help:"In JSON mode, select comma-separated fields (best-effort; supports dot paths). Desire path: use --fields for most commands."`
39
39
DryRunbool`help:"Do not make changes; print intended actions and exit successfully" aliases:"noop,preview,dryrun" short:"n"`
40
40
Forcebool`help:"Skip confirmations for destructive commands" aliases:"yes,assume-yes" short:"y"`
41
-
NoInputbool`help:"Never prompt; fail instead (useful for CI)" aliases:"non-interactive,noninteractive"`
41
+
NoInputbool`help:"Never prompt; fail instead (useful for CI). Also defaults to JSON when stdout is non-TTY; use --plain to override." aliases:"non-interactive,noninteractive"`
0 commit comments