[Rpm-maint] [rpm-software-management/rpm] RFE: support install/upgrade/erase in the same transaction from the cli (#1125)
Panu Matilainen
notifications at github.com
Mon Feb 22 14:47:12 UTC 2021
So the thing is, `-i/-e/-U` are untouchable because they don't take arguments, they define the mode which then uses the leftover arguments as its arguments, and none of that can be changed without breaking every script and documentation in existence.
Since they can't be changed, they need to be worked around, for example by adding entirely new switches like `--add-install <arg>` and `--add-erase <arg>` that can be arbitrarily mixed on the cli, and make `-i/-e/-U` internally use those. Unraveling `rpmInstall()` should be good fun :zany_face:
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1125#issuecomment-783425790
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210222/0b5af14a/attachment.html>
More information about the Rpm-maint
mailing list