mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 09:07:21 +01:00
parent
09695c694f
commit
19d42ae3cd
2
print.go
2
print.go
@ -81,7 +81,7 @@ func localStatistics(ctx context.Context, dbExecutor db.Executor) error {
|
||||
text.Infoln(gotext.Get("Yay version v%s", yayVersion))
|
||||
fmt.Println(text.Bold(text.Cyan("===========================================")))
|
||||
text.Infoln(gotext.Get("Total installed packages: %s", text.Cyan(strconv.Itoa(info.Totaln))))
|
||||
text.Infoln(gotext.Get("Total foreign installed packages: %s", text.Cyan(strconv.Itoa(len(remoteNames)))))
|
||||
text.Infoln(gotext.Get("Foreign installed packages: %s", text.Cyan(strconv.Itoa(len(remoteNames)))))
|
||||
text.Infoln(gotext.Get("Explicitly installed packages: %s", text.Cyan(strconv.Itoa(info.Expln))))
|
||||
text.Infoln(gotext.Get("Total Size occupied by packages: %s", text.Cyan(text.Human(info.TotalSize))))
|
||||
fmt.Println(text.Bold(text.Cyan("===========================================")))
|
||||
|
Loading…
Reference in New Issue
Block a user