added option -h and -v

This commit is contained in:
2021-03-10 23:29:49 +01:00
parent 11ad7fc3bc
commit 55d39ef321
4 changed files with 39 additions and 4 deletions

View File

@@ -177,5 +177,10 @@
(print (term-underline "underline text"))
(print "normal text")
(print (+ (term-red (sprintf "%.2f" (list 1.11))) " "
(term-green (sprintf "%.2f" (list 1.11))) " "
(term-blue (sprintf "%.2f" (list 1.11))) " "
(term-yellow (sprintf "%.2f" (list 1.11))) " "
))
(print "Test ends")