`@std/cli`: move informational output to `stderr` (instead of `stdout`)
Open
cli
suggestion
- Dominant language
- TypeScript
- Stars
- 3.6k
- Forks
- 681
- PR merge metrics
- No merged PRs in 30d
Description
Refer to the comments beginning here for context: https://github.com/denoland/std/issues/5002#issuecomment-2181247050
It appears that some modules (e.g. [`spinner.ts`](https://github.com/denoland/std/blob/release-2024.07.19/cli/spinner.ts) and [`prompt_secret.ts`](https://github.com/denoland/std/blob/release-2024.07.19/cli/prompt_secret.ts), but there may be more) are still writing informational output to `stdout`. Is this really the intended behavior?
Contributor guide
Assessment
This issue has not been assessed yet.