jbang icon indicating copy to clipboard operation
jbang copied to clipboard

feat: allow use of remote file args in compiler arguments

Open maxandersen opened this issue 1 year ago • 0 comments

first quick attempt on allowing using %{} in -R arguments but also in //RUNTIME_OPTIONS

The latter is why I'm making this draft as not sure if good we add the %{} escaping into the directives inside the .java files...although I can't figure out how else to support allowing to fetch this dynamically.

fixes #1838

maxandersen avatar Sep 19 '24 22:09 maxandersen