Remove the width modifiers on the encoded output as libxo appends white spaces to it to match width.
Before:
"description": "Slot 00 ",
After:
"description": "Slot 00",
Differential D54536
sesutil: Remove width limiter on encoded "Desc" field Authored by js on Mon, Jan 5, 7:39 PM. Tags None Referenced Files
Subscribers
Details Remove the width modifiers on the encoded output as libxo appends white spaces to it to match width. Before: "description": "Slot 00 ", After: "description": "Slot 00",
Diff Detail
Event TimelineComment Actions I can't reproduce this behavior with "sesutil map --libxo=json,pretty". What is the right way to trigger the bug? Comment Actions LGTM. But you should wrap the long line in your commit message . And add something to the commit message indicating that the problem is with the "show" subcommand. |