diff --git a/js/ArgParser.js b/js/ArgParser.js index 5a5ee2cc7..b372f01a9 100755 --- a/js/ArgParser.js +++ b/js/ArgParser.js @@ -1,5 +1,7 @@ /* - Parse a space-separated string of name:value parameters + Parse a space-separated string of name:value parameters. Values can be quoted with single quotes, double quotes, + double square brackets, or double curly braces. + The parameters are returned in a structure that can be referenced like this: (return).byName["name"][0] - First occurance of parameter with a given name