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

Set working directory prior to launching process #60

Open
vladimirvivien opened this issue Nov 9, 2024 · 0 comments
Open

Set working directory prior to launching process #60

vladimirvivien opened this issue Nov 9, 2024 · 0 comments
Assignees

Comments

@vladimirvivien
Copy link
Owner

vladimirvivien commented Nov 9, 2024

Provide the ability to specify the working directory for a process prior to launching it.

p := gexe.NewProc(`echo "Hello World!")
p.SetWorkDir("/path")
p.Run()
@vladimirvivien vladimirvivien self-assigned this Nov 9, 2024
@vladimirvivien vladimirvivien changed the title Set process working directory prior to launch Set working directory prior to launching process Nov 12, 2024
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

No branches or pull requests

1 participant