demostf / parser

Parsing of tf2 demo files
54 stars 17 forks source link

detailed_summary vs detailed_summaries #18

Open andrew-lim opened 7 months ago

andrew-lim commented 7 months ago

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"));