jshell command #27
-
In documentatoin it is written to simply execute:
It seems, last versions doesn't expect samearguments that the 1.6.5. If I download the jshel file, upgrade the version to 1.12.1 and execute it I have this error:
--help option seems doesn't have been updated. I don't know how to set output. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
To be close as possible as previous way to execute the script, I have copied the jschell script in a gist: https://gist.githubusercontent.com/ypiel-talend/a978a171c5485dee1d49cac4bf0c0c07/raw/6cafd514b3f797ccc15f75426d8667afeda99ee4/jamal.jshell
It seems it expects two arguments, but before it was processing all .jam files. |
Beta Was this translation helpful? Give feedback.
-
I think the new version processess the arguments differently and I forgot to update the JShell binding. I will fix it. In the meantime I recommend to use the jbang binding. |
Beta Was this translation helpful? Give feedback.
I think the new version processess the arguments differently and I forgot to update the JShell binding. I will fix it. In the meantime I recommend to use the jbang binding.