Skip to content

Commit

Permalink
test: add table, pager, file to test
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Oct 11, 2022
1 parent b4c07eb commit dfa412f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dfa412f

Please sign in to comment.