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

internal/shellexec: adds Exited() to Command #55

Merged
merged 1 commit into from
May 6, 2016

Conversation

benlemasurier
Copy link
Contributor

We need access to something that reports whether a command has exited to improve error handling. This adds Exited() to the Command interface.

This adds a new method on the Command interface, Exited().
@mdlayher
Copy link
Contributor

mdlayher commented May 6, 2016

:shipit:

@benlemasurier benlemasurier merged commit f05d9d9 into master May 6, 2016
@benlemasurier benlemasurier deleted the shellexec-exited branch May 6, 2016 03:37
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