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
{{ message }}
This repository was archived by the owner on May 21, 2025. It is now read-only.
In the README.md, it says to pass the detailed_summary argument to print more information.
However it doesn't work because in main.rs the code looks for the string detailed_summaries instead:
let detailed_summaries = args.contains(&std::string::String::from("detailed_summaries"));