Skip to content

Commit 8728a1f

Browse files
authored
Merge pull request #53 from wp-cli/newline
Move this statement to a newline for doc parsing needs
2 parents db37442 + 8db7e18 commit 8728a1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ The percent color codes available are:
437437
'%8' Reverse
438438
'%U' Underline
439439
'%F' Blink (unlikely to work)
440+
440441
They can be concatenated. For instance, the default match color of black on a mustard (dark yellow) background '%3%k' can be made black on a bright yellow background with '%Y%0%8'.
441442

442443
**EXAMPLES**

src/DB_Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ public function prefix() {
772772
* '%8' Reverse
773773
* '%U' Underline
774774
* '%F' Blink (unlikely to work)
775+
*
775776
* They can be concatenated. For instance, the default match color of black on a mustard (dark yellow) background '%3%k' can be made black on a bright yellow background with '%Y%0%8'.
776777
*
777778
* ## EXAMPLES

0 commit comments

Comments
 (0)