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

Cleanup `zopen-install --help` output #640

Closed AnthonyGiorgio closed 6 months ago

AnthonyGiorgio commented 6 months ago

The output of zopen-install --help needed some work. It was rather slow to print out, due to the large amount of echo statements used. I converted it to a single cat call, along with fixing some spelling, grammar, and argument issues.

MikeFultonDev commented 6 months ago

Might be worth removing the -h, --h, -syntax, --v and -verbose flags from the case statement around line 550 to keep the helpdoc in sync (and those prams being unused and inconsistent across other scripts)

+1

AnthonyGiorgio commented 6 months ago

I cleaned up some of the syntax help printouts. There's more work to be done, but this is a good start.