diff options
Diffstat (limited to 'src/rebar_prv_version.erl')
-rw-r--r-- | src/rebar_prv_version.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_prv_version.erl b/src/rebar_prv_version.erl index f158b6d..c02f851 100644 --- a/src/rebar_prv_version.erl +++ b/src/rebar_prv_version.erl @@ -32,5 +32,6 @@ init(State) -> -spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}. do(State) -> + io:format("REST ~p~n", [rebar_state:command_args(State)]), rebar3:version(), {ok, State}. |