Uh oh!
There was an error while loading. Please reload this page.
Add doc example for std::process::ExitStatus::success. - #34794
Conversation
frewsxcv
commented
Jul 12, 2016
There was a problem hiding this comment.
Could this perhaps be just "mkdir"? Surely we can assume that it is in the path, and it would avoid platform specific paths. Then again, there isn't actually a mkdir program on Windows, just a command in shells like cmd or powershell.
There was a problem hiding this comment.
Could this perhaps be just "mkdir"? Surely we can assume that it is in the path, and it would avoid platform specific paths.
Updated to just be mkdir.
Then again, there isn't actually a mkdir program on Windows, just a command in shells like cmd or powershell.
If you have a more cross platform suggestion for this example, let me know.
87d3ce4 to
27e44edCompareGuillaumeGomez
commented
Jul 13, 2016
I wonder if we should put a note or something for the command. |
frewsxcv
commented
Jul 13, 2016
For what it's worth, all the |
GuillaumeGomez
commented
Jul 13, 2016
Right, I guess it's enough. Thanks! @bors: r+ rollup |
bors
commented
Jul 13, 2016
📌 Commit 27e44ed has been approved by |
…laumeGomez Add doc example for `std::process::ExitStatus::success`. None
No description provided.