ソースを参照

Add plugin version to the output of rebar3 plugin list

pull/2015/head
Justin Wood 6年前
コミット
8a4bfa3ac5
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/rebar_prv_plugins.erl

+ 2
- 2
src/rebar_prv_plugins.erl ファイルの表示

@ -66,8 +66,8 @@ display_plugins(Apps, Plugins) ->
is_tuple(Plugin) -> rebar_utils:to_binary(element(1, Plugin))
end,
case rebar_app_utils:find(Name, Apps) of
{ok, _App} ->
?CONSOLE("~ts", [Name]);
{ok, App} ->
?CONSOLE("~ts (~s)", [Name, rebar_app_info:original_vsn(App)]);
error ->
?DEBUG("Unable to find plugin ~ts", [Name])
end

読み込み中…
キャンセル
保存