ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 25 forks source link

Fix zopen install --all and guard display on zopen-config #677

Closed IgorTodorovskiIBM closed 5 months ago

IgorTodorovskiIBM commented 5 months ago

The --all size calculation was concatenating the values. This uses tonumber on the values to convert them to numbers. This PR also guards the text display for non-interactive sessions.