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

Use execve instead of std::system #985

Closed
wants to merge 2 commits into from

Conversation

zimirza
Copy link

@zimirza zimirza commented Sep 13, 2024

Currently, this pull request creates a class called Command that runs the command as input.

An example: Command("cd").arg("poac").output()

Closes #970

@ken-matsui
Copy link
Member

Closing as #986 implemented the same issue. Thank you for your interest and time!

@ken-matsui ken-matsui closed this Sep 25, 2024
@zimirza zimirza deleted the refactor_command_970 branch September 27, 2024 14:06
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.

Use execve instead of std::system
2 participants