internal/app/app.go 🔗
@@ -125,7 +125,7 @@ func (app *App) RunNonInteractive(ctx context.Context, prompt string, quiet bool
defer stopSpinner()
const maxPromptLengthForTitle = 100
- titlePrefix := "Non-interactive: "
+ const titlePrefix = "Non-interactive: "
var titleSuffix string
if len(prompt) > maxPromptLengthForTitle {