dundalek/closh

slurp does not take into account cwd

dundalek opened this issue · 0 comments

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.