Returns the value found by an option parser after processing the command line.
This function returns the value calculated by parser after running parse-arguments. Returns #f if parse-arguments has not been called.
The exact type of value will vary depending on the class of the option parser.
sealed
| parser | An instance of <option-parser>. |
| value | An instance of <object>. |