Show Provides in Release.Print

This commit is contained in:
Alejandro R Mosteo
2018-05-11 11:57:01 +02:00
parent 315cf596e6
commit c29fae045b
+4
View File
@@ -303,6 +303,10 @@ package body Alire.Releases is
-- MILESTONE
Put_Line (R.Milestone.Image & ": " & Projects.Descriptions (R.Project));
if R.Provides /= R.Project then
Put_Line ("Provides: " & (+R.Provides));
end if;
if R.Notes /= "" then
Put_Line ("Notes: " & R.Notes);
end if;