habitat icon indicating copy to clipboard operation
habitat copied to clipboard

Commented lines loaded by habitat.load

Open cadecairos opened this issue 9 years ago • 2 comments

I'm seeing keys on the object returned by env.all() like:

{
  '# export DB_HOST': '',
  '# export DB_USERNAME': 'root',
  '# export DB_PASSWORD': '',
  '# export DB_DATABASE': 'local_webmakers',
  '# export DBOPTIONS_PORT': 3306,
  '# export DBOPTIONS_DIALECT': 'mysql',
  '# export DBOPTIONS_STORAGE': 'loginusers.sqlite',
  '# export DBOPTIONS_LOGGING': false,
}

cadecairos avatar Mar 06 '15 15:03 cadecairos

Using v3.1.2

cadecairos avatar Mar 06 '15 15:03 cadecairos

If you feel like making at patch + tests, this would probably be the place to start: https://github.com/brianloveswords/habitat/blob/master/index.js#L251

brianloveswords avatar Mar 06 '15 18:03 brianloveswords