Skip to content

Commit 17493fa

Browse files
committed
Fixes CSV path and adds table height
1 parent 8c7abe7 commit 17493fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gum write
4343
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
4444

4545
# Table
46-
gum table < table/example.csv
46+
gum table --height 12 < ../table/example.csv
4747

4848
# Pager
4949
gum pager < README.md

0 commit comments

Comments
 (0)