volta-cli/volta

use `exec` in unix

Open

#37 opened on Feb 10, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (8,309 stars) (189 forks)batch import
help wantedlinuxmac

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