openSUSE / opi

OBS Package Installer (CLI)
GNU General Public License v3.0
233 stars 20 forks source link

chore: update multi_install description #160

Closed nobkd closed 8 months ago

nobkd commented 9 months ago

Rewrite description for -m option: https://github.com/openSUSE/opi/pull/157#issuecomment-1763434796

(Not sure how to do the other part of the request)


Rename multi_package to multi_install as the name is not excluding plugins.


Mark possible program exit with TODO. Might unexpectedly cancel multi-install process? I could add subprocess.CalledProcessError to the repo_query except block. Alternatively, the error could be logged right there.

What do you think?