Skip to content

Commit e623f9e

Browse files
authored
readme: Add -P to usage
1 parent ced0414 commit e623f9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ See [Tweet](https://twitter.com/hyperupcall/status/1553612233388670976)
2121
```sh
2222
# -d means 'done'; that is, reset the style at the end of the string (same as `term.style_reset`)
2323
# -p means 'print'; that is, print the value of "$REPLY" that it sets
24+
# -P is similar to -p, but print with an appended newline
2425
term.color_light_purple 'four'
2526
term.style_strikethrough "$REPLY"
2627
term.style_inverse "$REPLY"

0 commit comments

Comments
 (0)