Parses the command-line arguments into a set of Argument instances. The command-line arguments are expected to be passed in a string.
string to be parsed (contains command-line arguments)
true if any unexpected arguments found during parsing should be accepted on-the-fly, false if unexpected arguments should be treated as error
true if parsing was successful, false otherwise
See Implementation
Parses the command-line arguments into a set of Argument instances. The command-line arguments are expected to be passed in a string.