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

Add option to hide donation message #369

Open
ItsProfessional opened this issue Aug 28, 2023 · 0 comments · May be fixed by #400
Open

Add option to hide donation message #369

ItsProfessional opened this issue Aug 28, 2023 · 0 comments · May be fixed by #400
Labels
enhancement Improvements to the project

Comments

@ItsProfessional
Copy link

ItsProfessional commented Aug 28, 2023

The Problem

When adding a mod or modpack, and the author has a donation link, ferium tells the user to consider donating to the author.
This isn't a problem when installing mods normally, but when mass installing tons of mods using a script, it clutters up the output.

For example, this:

ferium add x && ferium add y && ferium add z && ferium add a && ferium add b && ferium add c

results in this output:

Adding mod... ✓ x
Consider supporting the mod creator on X (https://paypal.me/author)
Adding mod... ✓ y
Consider supporting the mod creator on X (https://paypal.me/author)
Adding mod... ✓ z
Consider supporting the mod creator on X (https://paypal.me/author)
Adding mod... ✓ a
Consider supporting the mod creator on X (https://paypal.me/author)
Adding mod... ✓ b
Consider supporting the mod creator on X (https://paypal.me/author)
Adding mod... ✓ c
Consider supporting the mod creator on X (https://paypal.me/author)

Your Solution(s)

Add a flag like --hide-donation-message that suppresses the donation message.

@ItsProfessional ItsProfessional added the enhancement Improvements to the project label Aug 28, 2023
@theRookieCoder theRookieCoder linked a pull request Feb 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to the project
Development

Successfully merging a pull request may close this issue.

1 participant