a8m / envsubst

Environment variables substitution for Go
MIT License
747 stars 83 forks source link

feat: add default behaviour of running through all the errors #21

Closed dnitsch closed 4 years ago

dnitsch commented 4 years ago

22

Added a flag to override the defualt - fail-fast will enable users to fail fast if required otherwise all errors are displayed in non relaxed modes

image

a8m commented 4 years ago

Thanks for addressing the comments @dnitsch. I’ll review it later today.

a8m commented 4 years ago

Thanks for adding this @dnitsch.