process::Command::{arg,args}
is now self-contradictory
#123764
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-process
Area: `std::process` and `std::env`
O-windows
Operating system: Windows
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Location
Currently it says
But then it adds the Windows-related caveat.
Summary
This states, more or less directly, that the preceding passage is actually a lie, and the reality is that we try to pass the arguments in a way that makes sense, and uses an API that bypasses the shell's command-line-interpreter concerns.
It made sense to land this initially in a "don't modify the existing wording, just plonk down a huge warning" way, but the text itself should be changed to account for the reality.
The text was updated successfully, but these errors were encountered: