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
i said:
"I do think the tool should support something like a --json or --format json flag so commands like this can be consumed by other programs. This would allow refactor for readability of human output without introducing a breaking change. ill open an issue for discussion."
when we refactor for readability in the "human" version of the output. Programs parsing the output of nodemcu-tool will break.
If we provide an alternative computer friendly output format we don't have to worry about it and this tool becomes quite a bit more useful.
The text was updated successfully, but these errors were encountered:
i've added a JSON output option to the devices and fsinfo command. Additionally a global --silent option is available to reject status/logging messages.
i'm currently working on some return_codes to indicate program errors to an external process
in #1 i mentiond a
--format json
or--json
flagi said:
"I do think the tool should support something like a --json or --format json flag so commands like this can be consumed by other programs. This would allow refactor for readability of human output without introducing a breaking change. ill open an issue for discussion."
The text was updated successfully, but these errors were encountered: