You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Power-Process
2
2
3
-
This a fork of the std library Command and Process for Windows (under same MIT/Apache2 licenses) to enable a few key use cases. Most files are straight from Rust std library modified to work outside the library.
3
+
This a fork of the std library Command for Process creation in Windows (under same MIT/Apache2 licenses) to enable a few key use cases. Most files are straight from Rust std library modified to work outside the library.
4
4
5
5
The reason for this is to have a more robust command experience and provide the customization of creating a Windows process that the std library is missing. This provides a way to get access to features now while they stabilize upstream but adheres to the Command API so it can be swapped to the std library. The long term goal would be upstream many of the features here.
0 commit comments