lfe / rebar3

A comprehensive LFE rebar3 plugin for all your LFE tooling needs
https://lfe-rebar3.github.io/
Apache License 2.0
42 stars 15 forks source link

Support `lfe versions` outside of project dirs #73

Open oubiwann opened 3 years ago

oubiwann commented 3 years ago

There will have to be some logic added to check if a project .app.src file is present ...

m-doughty commented 1 year ago
matt@eris ~/code> rebar3 lfe versions
===> Verifying dependencies...
(#(apps ())
 #(languages
   (#(lfe "2.1.1") #(erlang "25") #(emulator "13.0") #(driver_version "3.3")))
 #(tooling (#(rebar "3.18.0") #(rebar3_lfe "0.4.3"))))

Works for me outside of project dirs. Is this fixed?