diff --git a/cmd/stream.go b/cmd/stream.go index 4c1becb..1dbaaae 100644 --- a/cmd/stream.go +++ b/cmd/stream.go @@ -275,6 +275,7 @@ var ListStreamCmd = &cobra.Command{ for _, item := range items { item := StreamListItem{item["name"]} + fmt.Print("• ") fmt.Println(item.Render()) } fmt.Println()