We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc313dc commit e5e19bbCopy full SHA for e5e19bb
cmd/rwx/results.go
@@ -57,7 +57,7 @@ var (
57
58
promptResult, err := service.GetRunPrompt(runID)
59
if err == nil {
60
- fmt.Print(promptResult.Prompt)
+ fmt.Printf("\n%s", promptResult.Prompt)
61
}
62
63
cmd/rwx/run.go
@@ -137,7 +137,7 @@ var (
137
138
promptResult, err := service.GetRunPrompt(runResult.RunId)
139
140
141
142
143
0 commit comments