Commit graph

2 commits

Author SHA1 Message Date
Maas Lalani 2f07eacf50
feat: Add gum input command
Input provides a shell script interface for the text input bubble. It
can be used to prompt the user for some input. The text the user entered
will be sent to `stdout`.

```
gum input --placeholder "What's your Bubble Gum flavor?" > answer.text
````
2022-07-07 13:28:52 -04:00
Maas Lalani 92a2d31291
Initial commit 2022-07-06 12:05:45 -04:00