Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for exec() #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: add support for exec() #7

wants to merge 1 commit into from

Conversation

mistydemeo
Copy link
Contributor

I noticed we currently support a few of the other methods from the underlying process library, but not exec().

@mistydemeo mistydemeo requested a review from Gankra February 27, 2024 05:58
Gankra
Gankra previously requested changes Feb 27, 2024
Copy link
Contributor

@Gankra Gankra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is unix-specific behaviour, so it needs to be cfg(unix) or whatever (that's why it's in CommandExt, not Command itself)

https://doc.rust-lang.org/std/os/unix/process/trait.CommandExt.html#tymethod.exec

i'm not totally sure if we should expose it raw or what

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants