rpm-software-management / dnf5

Next-generation RPM package management system
Other
223 stars 73 forks source link

dnf5daemon-client doesn't support the "repo list" and "repo info" command forms #1339

Open pkratoch opened 3 months ago

pkratoch commented 3 months ago

There are only the commands "repolist" and "repoinfo".

In dnf5, there are the "repo list" and "repo info" commands and corresponding "repolist" and "repoinfo" aliases. Dnf5daemon should be consistent with that.

ppisar commented 3 months ago

dnf5daemon-client is a toy for testing D-Bus interface. It's not meant to be a replacement for dfn5 tool. Hence having the same command-line interface is a nice feature, however not a required feature.

m-blaha commented 3 months ago

On the other the same CLI simplifies CI tests. But I agree the priority is low at the moment.