Hi!

I've recently started my journey with Lean. Following documentation, I want to create a report of a backtest that is not the most recent one

https://www.quantconnect.com/docs/v2/lean-cli/reports

So as presented in the doc, I typed in powershell “lean --backtest-results” and the path of the backtest's Json file. The whole commend looks as follows:
“lean --backtest-results C:\Users\Name\LeanCLI\Mean Reversion TP SL\optimizations\2022-09-23_10-55-26\81428560-36d7-46c6-aa86-9b180d506c86”

Unfortunately instead of the report, I receive this error “Error: No such option: --backtest-results” 

Do you know what could be the reason of it? I updated Lean to the latest version.

Author