Skip to content

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

Open
@bahmutov

Description

@bahmutov

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:
  -------
  > [email protected] 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions