We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7abe7 commit 17493faCopy full SHA for 17493fa
examples/test.sh
@@ -43,7 +43,7 @@ gum write
43
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
44
45
# Table
46
-gum table < table/example.csv
+gum table --height 12 < ../table/example.csv
47
48
# Pager
49
gum pager < README.md
0 commit comments