gum/choose
snan a11d1ff648
fix: Make --select-if-one print to stdout (#463)
For some reason it wasn't printing to stdout (and I could repro that
bug even on versions before I added the newline). It was only showing
up on other streams in the shell (error stream probably), not getting
sent into pipes.

I changed it to fmt.Println.

As for the ansi-stripping that was in `filter`, LMK if that's what you
prefer and I'll add it to `choose` too. I just wanted them to match.
2023-12-10 13:52:11 -05:00
..
choose.go feat(choose): use home/end to go to first/last option 2023-07-25 12:28:02 -04:00
command.go fix: Make --select-if-one print to stdout (#463) 2023-12-10 13:52:11 -05:00
options.go Add --select-if-one flag to choose/filter. (#398) 2023-11-28 12:34:50 -05:00