mirror of
https://github.com/charmbracelet/gum
synced 2026-03-14 13:45:45 +01:00
feat: gum style can take multiple arguments
This commit is contained in:
parent
e2854d5b23
commit
25a12fbbc6
5 changed files with 35 additions and 31 deletions
|
|
@ -36,4 +36,5 @@ echo "One sec, while I finish my drink."
|
|||
pop spin --title "Drinking some $POP soda pop..." --color 212 -- sleep 5
|
||||
|
||||
pop style --width 50 --padding "1 5" --margin "1 2" --border double --border-foreground 212 \
|
||||
"Well, it was nice meeting you, $(pop style --foreground 212 "$NAME"). Hope to see you soon! Don't forget to drink some $(pop style --foreground 212 $POP) soda pop."
|
||||
"Well, it was nice meeting you, $(pop style --foreground 212 "$NAME"). Hope to see you soon!"\
|
||||
"Don't forget to drink some $(pop style --foreground 212 $POP) soda pop."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue