Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 380 Bytes

creates_option.rdoc

File metadata and controls

7 lines (6 loc) · 380 Bytes

Creates an option from the given parameters params. See Parameters for New Options.

The block, if given, is the handler for the created option. When the option is encountered during command-line parsing, the block is called with the argument given for the option, if any. See Option Handlers.