gum/write
Maas Lalani a0e2cda3cb
feat: Add gum write command
Write provides a shell script interface for the text area bubble. It can
be used to ask the user to write some long form of text (multi-line)
input. The text the user entered will be sent to stdout.

```
gum write > output.text
```
2022-07-07 13:29:11 -04:00
..
command.go feat: Add gum write command 2022-07-07 13:29:11 -04:00
options.go feat: Add gum write command 2022-07-07 13:29:11 -04:00
write.go feat: Add gum write command 2022-07-07 13:29:11 -04:00