-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
= picocli - a mighty tiny Command Line Interface | ||
:author: Remko Popma | ||
:email: [email protected] | ||
:revnumber: 0.9.4-SNAPSHOT | ||
:revnumber: 0.9.3 | ||
:revdate: 2017-04-23 | ||
:toc: left | ||
:numbered: | ||
|
@@ -988,7 +988,7 @@ For example, `@|bg(red) text with red background|@`. | |
Similarly, `fg(<color>)` explicitly sets the foreground color. | ||
|
||
Custom RGB https://en.wikipedia.org/wiki/ANSI_escape_code#Colors[colors] (ISO-8613-3 24-bit foreground and background colors) can be specified in any format supported by the `Color.decode()` method. | ||
For example, `fg(0.9.4-SNAPSHOT3EE)` renders a color equivalent to `java.awt.Color.decode(Ox9933EE)`. | ||
For example, `fg(Ox9933EE)` renders a color equivalent to `java.awt.Color.decode(Ox9933EE)`. | ||
|
||
CAUTION: Not all terminals support ISO-8613-3. | ||
|
||
|
@@ -1269,6 +1269,8 @@ Picocli API Javadoc can be found https://remkop.github.io/picocli/apidocs[here]. | |
== GitHub Project | ||
The https://github.com/remkop/picocli[GitHub project] has the source code, tests, build scripts, etc. | ||
|
||
(Star this project on GitHub if you like it!) | ||
|
||
== Issue Tracker | ||
Please use the https://github.com/remkop/picocli/issues[Issue Tracker] to report bugs or request features. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters