We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most modules other than the main picocli module do not have package-info.html file.
Javadoc for CommandLine.Help.ColorScheme.Builder, the ansi(CommandLine.Help.Ansi ansi) setter method incorrectly says
Returns the Ansi setting
that should be
Sets the Ansi setting
The CommandLine.Help.Ansi.Style.parse(String) javadoc says:
strings starting with "bg(" are delegated to bg(String), others are delegated to bg(String).
That should be
others are delegated to {@link #fg(String)}.
The text was updated successfully, but these errors were encountered:
fd758b1
[#1596] DOC: add package-info.java to all modules
4d32f62
[#1596] DOC: fix incorrect javadoc syntax
9d5a7a0
No branches or pull requests
Most modules other than the main picocli module do not have package-info.html file.
Javadoc for CommandLine.Help.ColorScheme.Builder, the ansi(CommandLine.Help.Ansi ansi) setter method incorrectly says
that should be
The CommandLine.Help.Ansi.Style.parse(String) javadoc says:
That should be
The text was updated successfully, but these errors were encountered: