cmd: rename ollama config to ollama launch (#13871)

This commit is contained in:
Parth Sareen
2026-01-23 21:40:40 -05:00
committed by GitHub
parent 64737330a4
commit aae6ecbaff
4 changed files with 32 additions and 41 deletions

View File

@@ -465,7 +465,7 @@ func confirmPrompt(prompt string) (bool, error) {
}
defer term.Restore(fd, oldState)
fmt.Fprintf(os.Stderr, "%s [y/n] ", prompt)
fmt.Fprintf(os.Stderr, "%s (\033[1my\033[0m/n) ", prompt)
buf := make([]byte, 1)
for {