volta-cli/volta

use `exec` in unix

Open

#37 opened on Feb 10, 2018

 (2 comments) (0 reactions) (0 assignees)Rust (189 forks)batch import
help wantedlinuxmac

Repository metrics

Stars
 (8,309 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

For unixes at least, I suspect it would be easier to implement a correct delegation for Tool::exec by using a Unix exec call. But this is an area I need to dig into more. (Expert advice welcome!)

Contributor guide