Name

CommandLine::Parse — Parse a list of arguments.

Synopsis

Import CommandLine;
map<string, any> CommandLine::Parse ( list<any>  arguments );

Parameters

list<any> arguments

the list of arguments to be parsed

Return Value

map<string, any>

containing the command and it's option. In case of error it is an empty map.