1 write to PrintJustified
NuGet.Commands (1)
ListCommand\ListArgs.cs (1)
88PrintJustified = printJustified;
5 references to PrintJustified
NuGet.Commands (5)
ListCommand\ListCommandRunner.cs (5)
170listArgs.PrintJustified(0, p.Identity.Id); 171listArgs.PrintJustified(1, p.Identity.Version.ToFullString()); 172listArgs.PrintJustified(1, p.Description); 175listArgs.PrintJustified(1, 194listArgs.PrintJustified(0, p.Identity.Id + " " + p.Identity.Version.ToFullString());