Modifier and Type | Method | Description |
---|---|---|
CommandLine.Help.ColorScheme.Builder |
CommandLine.Help.ColorScheme.Builder.ansi(CommandLine.Help.Ansi ansi) |
Returns the
Ansi setting of this color scheme builder. |
CommandLine.Help.ColorScheme.Builder |
CommandLine.Help.ColorScheme.Builder.applySystemProperties() |
Replaces colors and styles in this scheme builder with ones specified in system properties, and returns this builder.
|
CommandLine.Help.ColorScheme.Builder |
CommandLine.Help.ColorScheme.Builder.commands(CommandLine.Help.Ansi.IStyle... styles) |
Adds the specified styles to the registered styles for commands in this color scheme builder and returns this builder.
|
CommandLine.Help.ColorScheme.Builder |
CommandLine.Help.ColorScheme.Builder.optionParams(CommandLine.Help.Ansi.IStyle... styles) |
Adds the specified styles to the registered styles for option parameters in this color scheme builder and returns this builder.
|
CommandLine.Help.ColorScheme.Builder |
CommandLine.Help.ColorScheme.Builder.options(CommandLine.Help.Ansi.IStyle... styles) |
Adds the specified styles to the registered styles for options in this color scheme and returns this color scheme.
|
CommandLine.Help.ColorScheme.Builder |
CommandLine.Help.ColorScheme.Builder.parameters(CommandLine.Help.Ansi.IStyle... styles) |
Adds the specified styles to the registered styles for positional parameters in this color scheme builder and returns this builder.
|
Copyright © 2017–2019. All rights reserved.