parent_command: stocks/options/
usage: info [-h] [--export EXPORT] [--sheet-name SHEET_NAME [SHEET_NAME ...]]  Display option data [Source: Barchart.com]  optional arguments:   -h, --help            show this help message (default: False)   --export EXPORT       Export raw data into csv, json, xlsx (default: )   --sheet-name SHEET_NAME [SHEET_NAME ...]                         Name of excel sheet to save data to. Only valid for                         .xlsx files. (default: None)  For more information and examples, use 'about info' to access the related guide.
Summary: Display option data for a specific stock symbol, sourced from Barchart.com. You can export the raw data into csv, json, or xlsx formats and save the data to a specific excel sheet.

Examples:
- To display option data for a stock symbol: stocks/load <SYMBOL>/options/info
- To export option data for a stock symbol in csv format: stocks/load <SYMBOL>/options/info --export csv
- To export option data for a stock symbol in json format: stocks/load <SYMBOL>/options/info --export json
- To export option data for a stock symbol in xlsx format: stocks/load <SYMBOL>/options/info --export xlsx
- To save option data for a stock symbol to a specific excel sheet: stocks/load <SYMBOL>/options/info --sheet-name Sheet1