Look like there is no argument in the CLI to disable the interactive thing progress bar. You could do something dirty like :
ollama pull llama3.2 2>/dev/null
But in case of error in future, you will maybe not like this solution