openSUSE / helm-mirror

Helm plugin used to mirror repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inspect-images: improve command line options

marcov opened this issue · comments

I find the combination --output and--file-name options a bit inconvenient from the user perspective. E.g. depending on the value of --output, one should or shouldn't specify a --file-name.

I'd suggest suppressing the --file-name option and embed in --output both the format and the optional output file name.

E.g. --output file --file-name filename should become --output file=filename