summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaas Lalani <maas@lalani.dev>2022-10-11 17:47:14 -0400
committerMaas Lalani <maas@lalani.dev>2022-10-11 17:47:14 -0400
commitdfa412fa1a4313478f9c1bfa0cb9c71b411f6baf (patch)
treed0736e9d845ed7ce353ffbb4091943139aa685e3
parentb4c07eb3b9a544845f93f6569ec7e8a9ed56a728 (diff)
test: add table, pager, file to testv0.8.0
-rwxr-xr-xexamples/test.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/test.sh b/examples/test.sh
index 87169de..626aadb 100755
--- a/examples/test.sh
+++ b/examples/test.sh
@@ -41,3 +41,12 @@ gum style --foreground 99 --border double --border-foreground 99 --padding "1 2"
# Write
gum write
gum write --width 40 --height 3 --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
+
+# Pager
+gum pager < README.md
+
+# File
+gum file