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
- Apply pretty.Pretty() to --json output for indentation
- Only skip colorization, not formatting
- Update flag description to clarify behavior
- Remove unused prettyPrint helper function
Refs: beans-9w6d
The `beans query --json` output was compact/raw JSON, but it should still be prettified (indented) - just without colors. This makes the output more readable when piping to tools like `jq` or saving to files, while still being valid for machine parsing.
0 commit comments