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

Flag for adding/ignoring optional dependencies #173

Closed
Nekkowe opened this issue Jul 18, 2022 · 0 comments
Closed

Flag for adding/ignoring optional dependencies #173

Nekkowe opened this issue Jul 18, 2022 · 0 comments
Labels
enhancement Improvements to the project priority I'm working on it, or will be soon

Comments

@Nekkowe
Copy link

Nekkowe commented Jul 18, 2022

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 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.

@Nekkowe Nekkowe added the enhancement Improvements to the project label Jul 18, 2022
@theRookieCoder theRookieCoder changed the title CLI flag for optional dependencies Flag for adding/ignoring optional dependencies Jul 18, 2022
@theRookieCoder theRookieCoder added the priority I'm working on it, or will be soon label Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to the project priority I'm working on it, or will be soon
Development

No branches or pull requests

2 participants