Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config maps to obsolete flags #1358

Open
afranke opened this issue Aug 27, 2024 · 0 comments
Open

Config maps to obsolete flags #1358

afranke opened this issue Aug 27, 2024 · 0 comments
Labels
🐛 bug Something isn't working, or a fix is proposed

Comments

@afranke
Copy link

afranke commented Aug 27, 2024

What happened?

Follow the documentation and add either

manager = ["flatpak", "pipx"]

or

exclude = [ "dnf",]

to your config file and run mpm. It will complain that you are using deprecated flags, like this:

warning: The `--include flatpak` option is deprecated. Use `--flatpak` single selector instead.

when it should map to --<manager> and --no-manager.

Meta Package Manager configuration

I don’t know how to output something that would look ok in here. I tried various `-o` options, including plain, and it just seems to do nothing. I also think it is not relevant here.

List package managers

Irrelevant?

Binary path resolution

Irrelevant?

Meta Package Manager version

mpm, version 5.18.0
@afranke afranke added the 🐛 bug Something isn't working, or a fix is proposed label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working, or a fix is proposed
Projects
None yet
Development

No branches or pull requests

1 participant