Details
Description
When trying to execute a file through JBang, it doesn't recognize relative paths.
For instance, the following commands don't work:
jbang -Dcamel.jbang.version=3.21.0 camel@apache/camel run ./rest-dsl.camel.yaml
camel init /tmp/Test.java
In contrast, the following works:
jbang -Dcamel.jbang.version=3.21.0 camel@apache/camel run rest-dsl.camel.yaml