vans163 / rebar3_auto

Rebar3 plugin to auto compile and reload on file change.
Other
55 stars 14 forks source link

Support `rebar3 shell` arguments #3

Open tsloughter opened 8 years ago

tsloughter commented 8 years ago

Need to accept and pass on to the shell provider the arguments accepted by the shell.

vans163 commented 8 years ago

There should be a better way to handle this in rebar3 itself, this solution wont work if rebar3 adds new shell arguments. Closing this and opened rebar3 issue https://github.com/erlang/rebar3/issues/1322

vans163 commented 8 years ago

This was closed on rebar3, so reopening.