error-central / diffenv

Compare development environments
MIT License
33 stars 1 forks source link

Include stderr #17

Closed wanderingstan closed 5 years ago

wanderingstan commented 5 years ago

Per discussion here: https://github.com/error-central/diffenv/issues/16

php:
  # ==========================================================
  composer-version: |-
    /Users/stan/code/diffenv/diffenv/../facets/php/composer-version: line 2: composer: command not found
  # ==========================================================
  composer-show: |-
    /Users/stan/code/diffenv/diffenv/../facets/php/composer-show: line 3: composer: command not found
  # ==========================================================
  php-version: |-
    PHP 7.1.23 (cli) (built: Feb 22 2019 22:19:32) ( NTS )
    Copyright (c) 1997-2018 The PHP Group
    Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies
werg commented 5 years ago

I think this is great!