cloudflare / workers-sdk

⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
https://developers.cloudflare.com/workers/
Apache License 2.0
2.41k stars 592 forks source link

🐛 BUG: No cursor in prompts #6093

Open southpolesteve opened 1 week ago

southpolesteve commented 1 week ago

Which Cloudflare product(s) does this pertain to?

C3, Wrangler core

What version(s) of the tool(s) are you using?

create-cloudflare version 2.21.8

What version of Node are you using?

22

What operating system and version are you using?

Mac Sonoma 14.5

Describe the Bug

Observed behavior

There is no cursor in prompts. This makes it difficult to edit your input.

Expected behavior

A cursor shows on the CLI to understand where I am editing.

Steps to reproduce

  1. Run npx create-cloudflare
  2. Type something in the directory prompt
  3. Edit the name prompt

Observed in both wrangler and C3

image

Please provide a link to a minimal reproduction

No response

Please provide any relevant error logs

No response