You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StylishFormat is located in the API module and doesn't have access to picocli library.
It uses its own logic to print ANSI codes (AnsiCodes class).
This logic is quite limited and doesn't support the NO_COLOR env variable.
StylishFormatis located in the API module and doesn't have access to picocli library.It uses its own logic to print ANSI codes (
AnsiCodesclass).This logic is quite limited and doesn't support the
NO_COLORenv variable.