Skip to content

Commit

Permalink
Merge pull request #53 from wp-cli/newline
Browse files Browse the repository at this point in the history
Move this statement to a newline for doc parsing needs
  • Loading branch information
schlessera authored Oct 9, 2017
2 parents db37442 + 8db7e18 commit 8728a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ The percent color codes available are:
'%8' Reverse
'%U' Underline
'%F' Blink (unlikely to work)

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'.

**EXAMPLES**
Expand Down
1 change: 1 addition & 0 deletions src/DB_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ public function prefix() {
* '%8' Reverse
* '%U' Underline
* '%F' Blink (unlikely to work)
*
* 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'.
*
* ## EXAMPLES
Expand Down

0 comments on commit 8728a1f

Please sign in to comment.