Hi,

I am trying to figure how to use the Toolbox tool to download options data from Interactive Brokers.

When running

./Lean/ToolBox/bin/Debug/QuantConnect.ToolBox.exe --help

It shows that --app IBDownloader (or IBDL) is supported. I assume that it should pull the downloader from the Internet and run it? 

For reference, the IBDataDownloader project: is here: https://github.com/QuantConnect/Lean.Brokerages.InteractiveBrokers

I tried the following, not sure how the format of the symbol/ticker should be:

.\QuantConnect.ToolBox.exe --app=IBDownloader --tickers=SPY240621C00523000 --resolution=Minute --from-date=20240506-00:00:00 --to-date=20240510-00:00:00

and I get this error:

ERROR: Unrecognized --app value


Has anybody been able to get this working?