Skip to content

Commit 0da53d2

Browse files
author
Massimiliano Pippi
committed
provide an output when nothing was found
1 parent 9f44678 commit 0da53d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cli/lib/list.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (ir installedResult) Data() interface{} {
8282

8383
func (ir installedResult) String() string {
8484
if ir.installedLibs == nil || len(ir.installedLibs) == 0 {
85-
return ""
85+
return "No libraries installed."
8686
}
8787

8888
t := table.New()

0 commit comments

Comments
 (0)