[Bug] qmk info -l
rendering is broken by \n
presence in info.json
key labels
#99
Labels
bug
Something isn't working
Describe the Bug
Running
qmk info -l -kb <keyboard>
returns bad data if thelabel
field in theinfo.json
file contains\n
.Either QMK CLI should check for this, or we should enforce not using
\n
in labels. (How would we even do that?)The data:
Additional Context?
https://github.com/qmk/qmk_firmware/blob/03f4c53564550024821aafadef69b5daaaa09abd/keyboards/idb/idb_60/info.json
https://github.com/qmk/qmk_firmware/blob/03f4c53564550024821aafadef69b5daaaa09abd/keyboards/sendyyeah/75pixels/info.json
The text was updated successfully, but these errors were encountered: