mirror of
https://github.com/ollama/ollama.git
synced 2026-04-20 04:54:26 +02:00
cmd: rename ollama config to ollama launch (#13871)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user