cloudflare-docs
cloudflare-docs copied to clipboard
Copy btn in code snippets will copy the `$` sign at the beginning of a command line
Example URL(s)
https://developers.cloudflare.com/workers/wrangler/get-started/ https://developers.cloudflare.com/workers/wrangler/commands/
Actual Behavior
Copying code snippets such as
will paste the command including the $ at the beginning of the command line. If pasted in the terminal, users will have to first remove that character in order to run the command
Expected Behavior
It would be nice if the $ sign is trimmed, so that users can run the copied command directly in the terminal
Additional information
No response
Thanks for opening this. I am currently improving on this feature here. #5467 I will address this issue here as well