-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: CLIRelated to the command line interfaceRelated to the command line interfacetype: enhancementProposed improvementProposed improvement
Description
Bug Report
Current behavior
arduino-cli board details
color escape characters show up on stdout:
Option: MCU mcu
←[32mATtiny13←[0m ←[32m?←[0m ←[32mmcu=t13←[0m
Expected behavior
no escape codes
Environment
- CLI version (output of
arduino-cli version
): 0.9.0 Commit: e4d02b4 - OS and platform: Win7E/mingw32
Additional context
colored output on stdout appears to be hard-coded.
Line 180 in 2791756
// if we print on stdout, do it in full colors |
Kamilcuk
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: CLIRelated to the command line interfaceRelated to the command line interfacetype: enhancementProposed improvementProposed improvement