How to disable Wrangler CLI "UI"?

Can anyone tell me how to hide the CLI UI box that triggers when running wrangler dev
For clarity its the boxed off section that shows up in the CLI that shows these options:
[b] open a browser, [d] open Devtools, [l] turn off local mode, [c] clear console, [x] to exit

I'm running wrangler dev in a monorepo structure using turborepo and I'm finding this CLI UI really clunky an preventing me from clearly seeing logs as turborepo already has it's own CLI UI. I've tried using the flag --log-level=none but that did not help
Screenshot_2024-02-20_at_3.07.00_PM.png
Was this page helpful?