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

zopen clean - does not report what it has, or hasn't done #697

Open lbdyck opened 4 months ago

lbdyck commented 4 months ago

Running zopen clean --verbose and it reports nothing when run from within a shell script

emanuelhaine commented 4 months ago

Hello @lbdyck ,

I did some tests and I am getting this output when I called a sh and bash script:

VERBOSE: Default for --cache is all installed packages

I am not sure if I understood your question. Could you plese give some examples and paste the zopen version you are running?

lbdyck commented 4 months ago

this is an example - nothing goes to gum pager but does go to the console

#!/bin/sh
zopen clean --cache --verbose | gum pager

And this is my primary command where $CLEAN is zopen clean --verbose --cache

gum confirm "Execute Generated zopen command:" && $CLEAN |  gum pager