dundalek / closh

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

Adds resources directory to deps.edn #148

Closed djblue closed 4 years ago

djblue commented 4 years ago

When launching closh via the clojure cli, I noticed shell completions were not working. It turned out I wasn't able to load the completions scripts located in the resources directory. Adding resources to the classpath fixes the issue for me.

dundalek commented 4 years ago

Cool, thanks!