gruntwork-io / go-commons

A standard library to use in all Gruntwork CLI tools
https://www.gruntwork.io/
MIT License
35 stars 26 forks source link

Add GetStdout flavors #38

Closed yorinasub17 closed 3 years ago

yorinasub17 commented 3 years ago

This adds RunCommandAndGetStdout flavors of RunCommand. I could probably do a better job with refactoring to make things DRY, but I don't have enough of an appetite right now to clean things up as this is blocking the architecture catalog automation work.

yorinasub17 commented 3 years ago

Thanks for review! Merging this in now.