This commit is contained in:
sagie gur ari 2021-11-01 14:49:37 +00:00
parent b54d748d7d
commit bd08a09a8f
2 changed files with 0 additions and 4 deletions

View file

@ -454,9 +454,7 @@ println "hello world"
# Print with style/color values
println --style underline --color red My Bold Red Text
echo
println -s underline -s bold -c bright_green -bgc red Hellow World
echo
```

View file

@ -27,7 +27,5 @@ println "hello world"
# Print with style/color values
println --style underline --color red My Bold Red Text
echo
println -s underline -s bold -c bright_green -bgc red Hellow World
echo
```