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
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"));
The text was updated successfully, but these errors were encountered:
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 stringdetailed_summaries
instead:The text was updated successfully, but these errors were encountered: