feat(shell): expand Command APIs (#526)

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
Lucas Fernandes Nogueira
2023-08-07 05:38:12 -07:00
committed by GitHub
parent be591d2feb
commit 5b3210c224
4 changed files with 615 additions and 524 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"shell": "patch"
---
Added `Command::arg`, `Command::env` and changed `Command::new` input type.