mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-06 03:05:22 +00:00

write-host in powershell writes directly to the console and will not be picked up by a pipe. Echo, or write-output will.
write-host in powershell writes directly to the console and will not be picked up by a pipe. Echo, or write-output will.