AmitKumarDas / fun-with-programming

ABC - Always Be Coding
2 stars 2 forks source link

feat: update logic to use internal sh package #543

Closed AmitKumarDas closed 1 year ago

AmitKumarDas commented 1 year ago

This change ensures logic detects env mistakes and reports them as errors. Since mage's sh package is not strict about missing env lookups, internal sh package borrows most of mage's sh codebase and makes them stricter.

Signed-off-by: AmitKumarDas amitd2@vmware.com