Returns the regular arguments found by parsing an argument list. After calling parse-arguments, this function can be used to find all of the regular arguments that weren’t consumed by any option parser.
sealed
| parser | An instance of <argument-list-parser>. |
| arguments | An instance of <sequence>, containing <string>. |