From 17493fabb5995bff9328137ed19e3fdfefcfdb39 Mon Sep 17 00:00:00 2001 From: Rachel Simone Weil Date: Mon, 7 Oct 2024 20:30:15 -0500 Subject: [PATCH] Fixes CSV path and adds table height --- examples/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test.sh b/examples/test.sh index b7efcc7dd..338d0a4ae 100755 --- a/examples/test.sh +++ b/examples/test.sh @@ -43,7 +43,7 @@ gum write gum write --width 40 --height 6 --placeholder "Type whatever you want" --prompt "| " --show-cursor-line --show-line-numbers --value "Something..." --base.padding 1 --cursor.foreground 99 --prompt.foreground 99 # Table -gum table < table/example.csv +gum table --height 12 < ../table/example.csv # Pager gum pager < README.md