dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.62k stars 66 forks source link

slurp does not take into account cwd #126

Closed dundalek closed 5 years ago

dundalek commented 5 years ago

Start closh from the project directory. Evaling (slurp "deps.edn") will return the contents. Then change the directory to another one where deps.edn doest not exist. Evaling (slurp "deps.edn") will return the same contents.

It should return actual content based on current working directory.