Lean  $LEAN_TAG$
DownloaderDataProviderArgumentParser Class Reference

Static Public Member Functions

static Dictionary< string, object > ParseArguments (string[] args)
 Parses the command-line arguments and returns a dictionary containing parsed values. More...
 

Detailed Description

Definition at line 23 of file DownloaderDataProviderArgumentParser.cs.

Member Function Documentation

◆ ParseArguments()

static Dictionary<string, object> DownloaderDataProviderArgumentParser.ParseArguments ( string[]  args)
static

Parses the command-line arguments and returns a dictionary containing parsed values.

Parameters
argsAn array of command-line arguments.
Returns
A dictionary containing parsed values from the command-line arguments.

The args parameter should contain the command-line arguments to be parsed. The method uses the ApplicationParser class to parse the arguments based on the ApplicationName, ApplicationDescription, ApplicationHelpText, and Options properties.

Definition at line 51 of file DownloaderDataProviderArgumentParser.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: