-
Notifications
You must be signed in to change notification settings - Fork 49
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
Improve remove, upgrade, list, etc commands' interface (e.g. glob patterns to specify mods) #163
Comments
Hmm interesting. I think it'll be better if we allow some sort of wildcard pattern right? So in the case you described, you could use |
Sure, wildcards would work as well. Depending on what's easier to implement. :) |
I think expanding this to other commands is also useful |
I think adding a |
Inspired by |
The problem
Sometimes we don't want to update all mods, so it would be nice if we could upgrade single mods as well.
My solutions
Maybe make upgrade take an optional parameter to allow only upgrading a single mod. Or multiple mods, like
ferium upgrade "macaw biome" lucent
Would offer to upgrade all mods containing those strings, like "Macaw's Roofs" "Macaw's Roofs - Oh The Biomes You'll Go" and "Lucent"
The text was updated successfully, but these errors were encountered: