Просмотр исходного кода

Add plugin version to the output of rebar3 plugin list

pull/2015/head
Justin Wood 6 лет назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить