You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up e.g. batch scripts to install a lot of mods in sequence using ferium add, the script stops dead for the usual y/N-prompts whenever a mod has optional dependencies. It would be nice to be able to consent or decline to optional dependencies as part of the ferium add command.
My solutions
Package managers like apt handle this with methods like a -y/--yes/--assume-yes flag for the apt install command.
In the case of ferium, it would be nice to have a corresponding "no" version, in order to decline optional dependencies as well.
The text was updated successfully, but these errors were encountered:
The problem
When setting up e.g. batch scripts to install a lot of mods in sequence using
ferium add
, the script stops dead for the usual y/N-prompts whenever a mod has optional dependencies. It would be nice to be able to consent or decline to optional dependencies as part of theferium add
command.My solutions
Package managers like
apt
handle this with methods like a-y
/--yes
/--assume-yes
flag for theapt install
command.In the case of ferium, it would be nice to have a corresponding "no" version, in order to decline optional dependencies as well.
The text was updated successfully, but these errors were encountered: