ferium icon indicating copy to clipboard operation
ferium copied to clipboard

Display the ID of dependencies that are being checked/installed

Open ST-DDT opened this issue 2 years ago • 1 comments

The problem

$ ferium add 393442
Adding mod... ✓ LambDynamicLights
Adding required dependency... ✓ Already added
Adding required dependency... ✓ Already added

This command adds two dependencies, but I don't know which ones.

My solutions

Print the name of the dependency, if it gets checked/installed.

$ ferium add 393442
Adding mod... ✓ LambDynamicLights
Adding required dependency: foobar ✓ Already added
Adding required dependency: test ✓ Already added

ferium 4.1.5

ST-DDT avatar Jun 30 '22 12:06 ST-DDT

This is not fully possible because the only dependency information we get is the project ID, so only that can be displayed.

theRookieCoder avatar Jul 17 '22 12:07 theRookieCoder