just hide empty descriptions

This commit is contained in:
vilmibm 2021-03-01 16:07:04 -06:00
parent 00e8c07021
commit 39718cd5ca

View file

@ -194,7 +194,7 @@ func promptGists(client *http.Client, cs *iostreams.ColorScheme) (gistID string,
for i, gist := range gists {
gistIDs[i] = gist.ID
description := "<no description>"
description := ""
gistName := ""
if gist.Description != "" {