Hi,
Is it possible to override deps when invoking -X:jar
via CLI?
similar to -Sdeps '{:deps …}'
?
You have use aliases and tell depstar
what aliases to use.
Can you open an issue for depstar
to describe in detail what problem you’re trying to solve here? Until I understand better what you’re trying to do and why, I would say don’t spend time on a PR. I’m also trying to keep half an eye on tools.build
so I don’t want to take on things that would move depstar
further away from that path.
The command-line -Sdeps
can only affect how the CLI runs a program -- that information is all gone by the time the is actually running and therefore it can't affect how the program behaves.