Lean
$LEAN_TAG$
|
Static Public Member Functions | |
static Dictionary< string, object > | ParseArguments (string[] args) |
Parses the command-line arguments and returns a dictionary containing parsed values. More... | |
Definition at line 23 of file DownloaderDataProviderArgumentParser.cs.
|
static |
Parses the command-line arguments and returns a dictionary containing parsed values.
args | An array of 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.