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
As you always help me in my problem or feature request. I come up with unusual request to have a feature in moar to format the output in language format when someone use switch --lang while reading a file in moar. Suppose i want to read my long XML code in moar and when I do moar -lang xml then moar reformat the file according to mention language for better readability
The text was updated successfully, but these errors were encountered:
With this change, JSON files will now be implicitly reformatted before
being displayed.
This can be disabled with the `--no-reformat` switch.
Inspired by these two requests:
- #247
- #246
I have done this for JSON, with the --reformat flag.
I think for XML this might be too hard, there's so much about XML I don't understand and I'm afraid I'd just screw up if I tried to format it. Including by using third party libraries for the formatting.
Hi Johan,
As you always help me in my problem or feature request. I come up with unusual request to have a feature in moar to format the output in language format when someone use switch --lang while reading a file in moar. Suppose i want to read my long XML code in moar and when I do moar -lang xml then moar reformat the file according to mention language for better readability
The text was updated successfully, but these errors were encountered: