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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add getCommandOutput #770

Closed
wants to merge 2 commits into from
Closed

Add getCommandOutput #770

wants to merge 2 commits into from

Conversation

simenandre
Copy link

Hello 馃憢

This pull request fixes #769 which is about making it easier to get the output from a command.

Few things we probably want to handle before landing:

  • I didn't add a way to retrieve the exit code, do we want that?
  • If we want exit code, how? As an object (e.g. { exitCode: number, stdout: string })?

@simenandre simenandre requested a review from a team as a code owner April 11, 2021 17:02
@luketomlinson
Copy link
Contributor

hi @cobraz, this is now implemented in #814!

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.

Easier to get command output
2 participants