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
We actually already have boolean options like output.fileSummary and output.directoryStructure, so for consistency, adding an output.files option seems like a good fit.
If files is set to false, only the metadata and directory structure will be included in the output.
We can also add a corresponding CLI flag --no-files, similar to the existing --no-file-summary and --no-directory-structure flags.
An option (maybe --metadata-only) to output just the summary, directory structure, and file metrics without the content, useful for quick analysis.
The text was updated successfully, but these errors were encountered: