diff --git a/sci b/sci index aa26c292..8f08012b 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit aa26c292e39a3bb3169f56d1497e94c7c902ba80 +Subproject commit 8f08012b8ec945ff859062e6b96877b21223f0df diff --git a/src/babashka/main.clj b/src/babashka/main.clj index 7a8c1725..1b1098c7 100644 --- a/src/babashka/main.clj +++ b/src/babashka/main.clj @@ -314,7 +314,7 @@ Use bb run --help to show this help output. (def namespaces (cond-> {'user {'*input* (ctx-fn - (fn [_ctx] + (fn [_ctx _bindings] (force @input-var)) nil)} 'clojure.tools.cli tools-cli-namespace