help using jbang info classpath - usage for external programs with multiple deps #1557
alexanderankin
started this conversation in
General
Replies: 1 comment 3 replies
-
Remove the --deps. Then it should work. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was reading this tweet which contains the following example:
and i was trying to figure out how to make it so that i could specify multiple dependencies. This seems to work:
but this does not:
not sure what i am missing, this might not be the intended use case: was trying to shorten the list of apt packages my productivity depends on and see if i can close the gap with jbang - basically it was an apt java package which depended on a couple other libraries, so i figured, why not just write a little jbang wrapper around it, but can't seem to figure out printing out multiple deps with the
info classpath
sub command.Beta Was this translation helpful? Give feedback.
All reactions