[#174] Add edn/read
This commit is contained in:
parent
725f2174d1
commit
5e10c913e0
1 changed files with 2 additions and 1 deletions
|
|
@ -241,7 +241,8 @@ Everything after that is bound to *command-line-args*."))
|
||||||
:namespaces {'clojure.core (assoc core-extras
|
:namespaces {'clojure.core (assoc core-extras
|
||||||
'*command-line-args* command-line-args)
|
'*command-line-args* command-line-args)
|
||||||
'clojure.tools.cli tools-cli-namespace
|
'clojure.tools.cli tools-cli-namespace
|
||||||
'clojure.edn {'read-string edn/read-string}
|
'clojure.edn {'read edn/read
|
||||||
|
'read-string edn/read-string}
|
||||||
'clojure.java.shell {'sh shell/sh}
|
'clojure.java.shell {'sh shell/sh}
|
||||||
'babashka.wait {'wait-for-port wait/wait-for-port
|
'babashka.wait {'wait-for-port wait/wait-for-port
|
||||||
'wait-for-path wait/wait-for-path}
|
'wait-for-path wait/wait-for-path}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue