DownloaderDataProviderArgumentParser
QuantConnect.DownloaderDataProvider.Launcher.DownloaderDataProviderArgumentParser
Bases: Object
This class has no documentation.
parse_arguments
parse_arguments(args: List[str]) -> Dictionary[str, Object]
Parses the command-line arguments and returns a dictionary containing parsed values.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
args
|
List[str]
|
An array of command-line arguments. |
required |
Returns:
| Type | Description |
|---|---|
Dictionary[str, Object]
|
A dictionary containing parsed values from the command-line arguments. |