Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove mods by their slugs #439

Open
3 tasks
theRookieCoder opened this issue Nov 1, 2024 · 0 comments · May be fixed by gorilla-devs/libium#22 or #462
Open
3 tasks

Remove mods by their slugs #439

theRookieCoder opened this issue Nov 1, 2024 · 0 comments · May be fixed by gorilla-devs/libium#22 or #462
Milestone

Comments

@theRookieCoder
Copy link
Collaborator

theRookieCoder commented Nov 1, 2024

Tasks

  • Store the slug when adding a mod
  • Fetch the slugs and update the config when listing verbosely to allow older configs to take advantage of this feature
  • Implement removal by slug in the remove command

The Problem

We can currently remove mods by their names or IDs, but not by their slugs.

Your Solution(s)

The slug will have to be additionally stored in the config to keep the process network free.

@theRookieCoder theRookieCoder added this to the Version 5 milestone Nov 16, 2024
OgGhostJelly added a commit to OgGhostJelly/ogj-ferium that referenced this issue Mar 6, 2025
- Adds removing mods by their slugs
- Fetches slugs and updates older configs when using `list --verbose`

Fixes gorilla-devs#439
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant