We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c391da commit 581ef77Copy full SHA for 581ef77
1 file changed
src/commands/list.go
@@ -25,6 +25,7 @@ func (r *ListCmd) Run() error {
25
registry.Update() // Update the registry with latest application info
26
if len(registry.Entries) == 0 {
27
fmt.Println("No installed Applications Found!")
28
+ return nil
29
}
30
31
var buf bytes.Buffer // Buffer which will hold the table
0 commit comments