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

Add option to get result as an object, and not as a formatted text #58

Open
bahmutov opened this issue Apr 25, 2019 · 0 comments
Open

Comments

@bahmutov
Copy link
Owner

Right now we are getting the result as text, something like this

command: npm run find:standard
  code: 0
  failed: false
  killed: false
  signal: null
  timedOut: false

  stdout:
  -------
  > nested@1.0.0 find:standard /Users/gleb/git/bin-up/test/nested
  > $(../../bin/bin-up standard)
  -------
  stderr:
  -------
  Found /Users/gleb/git/bin-up/node_modules/.bin/standard
  -------

it would be nice to sometimes get results from execa-wrap straight from execa

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

No branches or pull requests

1 participant