Skip to content

Commit

Permalink
#156: switch to ANSI mode AUTO. Picocli auto support is being fixed i…
Browse files Browse the repository at this point in the history
…n the library as we speak and will be released soon.
  • Loading branch information
bbottema committed Dec 30, 2018
1 parent 4566c65 commit ed3cbc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

public class CliCommandLineConsumerUsageHelper {

private static final ColorScheme COLOR_SCHEME = Help.defaultColorScheme(Ansi.ON).optionParams(Style.fg_yellow);
private static final ColorScheme COLOR_SCHEME = Help.defaultColorScheme(Ansi.AUTO).optionParams(Style.fg_yellow);

@SuppressWarnings("SameParameterValue")
static boolean processAndApplyHelp(CommandLine.ParseResult pr, int textWidth) {
Expand Down

0 comments on commit ed3cbc9

Please # to comment.