babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
2021-04-28T01:49:06.218300Z

there’s a port for rebel readline for babashka?

borkdude 2021-04-28T08:13:51.218700Z

@d.ian.b Not aware of any such thing

Karol Wójcik 2021-04-28T14:01:45.225Z

Hmm.. I would like to send to shell command list of capabilities: Something like:

sam deploy --template-file blabla --stack-name blabla --region some-region --capabilities CAPABILITY1 CAPABILITY2
I've tried:
(shell "sam" "deploy"
             "--template-file" blabla
             "--stack-name" blabla
             "--region" blabla
             (when CAPABILITIES
               "--capabilities")
             CAPABILITIES)

Where CAPABILITIES is: "CAPABILITY1 CAPABILITY2".
How can I splice those arguments?

Karol Wójcik 2021-04-28T14:02:38.225400Z

Ok I know.

Karol Wójcik 2021-04-28T14:02:42.225700Z

Just use apply 😄

borkdude 2021-04-28T18:10:00.226200Z

sharing in case someone wants to work on this: https://twitter.com/avidrucker/status/1387443656144130053