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
Add a --compress flag that gzips the JSON output before writing to file or clipboard. Reduces output size by ~70% for typical codebases, making it practical to copy very large projects to the clipboard or email the export.
Add a
--compressflag that gzips the JSON output before writing to file or clipboard. Reduces output size by ~70% for typical codebases, making it practical to copy very large projects to the clipboard or email the export.Priority: Low