sci: pull apart bindings in eval (#900)
This commit is contained in:
parent
e143eb1cb1
commit
d90f4e7bac
2 changed files with 2 additions and 2 deletions
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit aa26c292e39a3bb3169f56d1497e94c7c902ba80
|
||||
Subproject commit 8f08012b8ec945ff859062e6b96877b21223f0df
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue