exec-rs icon indicating copy to clipboard operation
exec-rs copied to clipboard

Adds execvpe

Open rcook opened this issue 2 years ago • 2 comments

Change also reformats source code using current rustfmt and makes some small fixes to get the code to compile using rustc 1.68.

rcook avatar Mar 24 '23 04:03 rcook

That's really needed!!!

I was actually going to file an issue to add support for this call!

Mart-Bogdan avatar Dec 20 '23 22:12 Mart-Bogdan

It's seems that it is already implemented in rust std https://doc.rust-lang.org/std/os/unix/process/trait.CommandExt.html#tymethod.exec

as was pointed out here https://github.com/faradayio/exec-rs/pull/4#pullrequestreview-436571017

Mart-Bogdan avatar Dec 20 '23 22:12 Mart-Bogdan