ferium icon indicating copy to clipboard operation
ferium copied to clipboard

Add option to hide donation message

Open ItsProfessional opened this issue 10 months ago • 0 comments

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 avatar Aug 28 '23 09:08 ItsProfessional