charmbracelet / gum

A tool for glamorous shell scripts 🎀
MIT License
17.75k stars 334 forks source link

In gum table, escape key does not quit #286

Closed hydrargyrum closed 1 year ago

hydrargyrum commented 1 year ago

Describe the bug In gum table, escape key does not quit

To Reproduce Steps to reproduce the behavior:

  1. run gum table <<< "a,b" <<< "1111111111111,2222222222"
  2. press escape
  3. gum did not exit :(

Expected behavior gum table exits with an error, just like gum input or gum choose

Desktop (please complete the following information):

maaslalani commented 1 year ago

Fixed by #290