What problem does this solve?
When running commands, like npm create vite@latest, it prints a lot of things to the console that could be confusing to the user, like instruction to run npm install, and you have no control over that.
Proposed Solution
A optional field in the run step to run the command silently, so prevent any output.
You could also have different levels of verbosity, for example to only show errors, warning and errors, everything or nothing.
Alternatives Considered
No response
Area
CLI prompts / UX
Contribution
Before submitting
What problem does this solve?
When running commands, like
npm create vite@latest, it prints a lot of things to the console that could be confusing to the user, like instruction to runnpm install, and you have no control over that.Proposed Solution
A optional field in the run step to run the command silently, so prevent any output.
You could also have different levels of verbosity, for example to only show errors, warning and errors, everything or nothing.
Alternatives Considered
No response
Area
CLI prompts / UX
Contribution
Before submitting