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

Create a shell task #44

Closed
KenSuenobu opened this issue May 20, 2018 · 4 comments
Closed

Create a shell task #44

KenSuenobu opened this issue May 20, 2018 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@KenSuenobu
Copy link
Owner

Create a task that can be easily used for invoking a shell command.

@KenSuenobu KenSuenobu added this to the 0.1.0 milestone May 20, 2018
@KenSuenobu KenSuenobu added enhancement New feature or request good first issue Good for newcomers labels May 20, 2018
@ngbinh
Copy link

ngbinh commented May 21, 2018

while at it, please consider https://github.com/brettwooldridge/NuProcess instead of ProcessBuilder

@KenSuenobu
Copy link
Owner Author

I will definitely review it. We've done some pretty awesome stuff with ProcessBuilder, and made sure that it works with cross-platform, which is the most important piece to this task. If this works well, I might end up using it. If you want, once the code is in place, I can assign you as a reviewer.

@KenSuenobu
Copy link
Owner Author

I've decided to forego using this library, as I want to keep things simple. I can leave it up to other developers to implement their own version of a process handler for the ShellTask.

@KenSuenobu
Copy link
Owner Author

Code finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants