You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using gum table to store the result in a variable or redirecting it to a file, it just prints the table.
To Reproduce
Steps to reproduce the behavior:
echo -e "a,b,c\n1,2,3\n4,5,6" | gum table
echo -e "a,b,c\n1,2,3\n4,5,6" | gum table | cat
Expected behavior
I would expect both version to behave identical, displaying the table, let me choose a line and printing the selected line. The behaviour to print the selected line only in interactive mode is kinda useless.
Desktop (please complete the following information):
OS: macOS and Linux tested
Version gum version 0.15.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
gum table
to store the result in a variable or redirecting it to a file, it just prints the table.To Reproduce
Steps to reproduce the behavior:
echo -e "a,b,c\n1,2,3\n4,5,6" | gum table
echo -e "a,b,c\n1,2,3\n4,5,6" | gum table | cat
Expected behavior
I would expect both version to behave identical, displaying the table, let me choose a line and printing the selected line. The behaviour to print the selected line only in interactive mode is kinda useless.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: