Skip to content

Add getCommandOutput#770

Closed
simenandre wants to merge 2 commits into
actions:mainfrom
simenandre:feat/get-command-output
Closed

Add getCommandOutput#770
simenandre wants to merge 2 commits into
actions:mainfrom
simenandre:feat/get-command-output

Conversation

@simenandre

Copy link
Copy Markdown

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
Copy Markdown
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