mbland / go-script-bash

Framework for writing modular, discoverable, testable Bash scripts
ISC License
95 stars 16 forks source link

Extract `./go goinfo` implementation into `./go vars` #222

Open mbland opened 6 years ago

mbland commented 6 years ago

The _@go.goinfo function could be made generic to display any set of environment variables, including those currently printed by ./go vars. This feature will require some thought, and won't be backwards-compatible, hence the punt to v2.0.0.

mbland commented 6 years ago

Oh, forgot to mention: Filed per #221.