babashka 0.3.1 released: https://github.com/babashka/babashka/blob/master/CHANGELOG.md#031
When do you increase BABASHKA_RELEASED_VERSION
?
@nbtheduke done
thank you!
@borkdude woah, does this mean that deps.clj is bundled into bb now (from bb -h
)?
Clojure:
clojure [args...] Invokes clojure. Takes same args as the official clojure CLI.
@nate yes. it's been there for a while (under --clojure
before)
oh wow, cool, must have missed that
ah, doesn't look like it was in the help before
this is great, thanks
it was:
Clojure:
--clojure [args...] Invokes clojure. Takes same args as the official clojure CLI.
oh, my previous version was too old, apologies
no worries
Hi there, I am reading the babashka book and I https://book.babashka.org/#_input_and_output_flags > Note: input is only available in the user namespace, designed for one-liners. For writing scripts, see scripts. But then there is not Scripts section...I can PR a fix but I was wondering if the sentence is still valid or just the reference needs fixing
@richiardiandrea PR welcome. It should link here: https://book.babashka.org/#_scripts The link was probably broken when migrating from markdown to asciidoc
sounds good will do that
thanks for the watch
script 🙏
there is also a new version of jet
with some nice additions:
https://github.com/borkdude/jet/releases/tag/v0.0.14