We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f44678 commit 0da53d2Copy full SHA for 0da53d2
cli/lib/list.go
@@ -82,7 +82,7 @@ func (ir installedResult) Data() interface{} {
82
83
func (ir installedResult) String() string {
84
if ir.installedLibs == nil || len(ir.installedLibs) == 0 {
85
- return ""
+ return "No libraries installed."
86
}
87
88
t := table.New()
0 commit comments