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"));
In the README.md, it says to pass the
detailed_summaryargument to print more information.However it doesn't work because in
main.rsthe code looks for the stringdetailed_summariesinstead: