doc: flavors

This commit is contained in:
Maas Lalani 2022-07-06 15:24:26 -04:00
parent a0e2cda3cb
commit 0b9efbda37
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -20,10 +20,11 @@ pop input > answer.text
Allow your users to filter through a list of options by fuzzy searching.
```bash
echo Gastropoda >> options.text
echo Bivalvia >> options.text
echo Polyplacophora >> options.text
cat options.text | pop search > selection.text
echo Cherry >> flavors.text
echo Grape >> flavors.text
echo Lime >> flavors.text
echo Orange >> flavors.text
cat flavors.text | pop search > selection.text
```
#### Loading