fix: example

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-07-08 14:38:42 -03:00
parent b58dc52fc8
commit 9db6389fec
No known key found for this signature in database
GPG key ID: E61E2F7DC14AB940

View file

@ -24,12 +24,10 @@ sleep 1
echo "What's your favorite Gum flavor?"
GUM=$(gum search << FLAVORS
Cherry
GUM=$(echo "Cherry
Grape
Lime
Orange
FLAVORS)
Orange" | gum search)
echo "One sec, while I finish my drink."