kjell
kjell copied to clipboard
How to integrate with rebar3 shell?
It would be cool if the README / docs showed how (if possible at all) to use kjell as the default shell for rebar3 shell
. Has anyone tried this yet?
I just did this by reusing rebar3 original shell command in a plugin that use kjell. https://github.com/lixen/rebar3_kjell I guess it would be better to add support in rebar3 to replace the call to user_drv. https://github.com/erlang/rebar3/blob/master/src/rebar_prv_shell.erl#L166