Using a option like: ``` { 'test' => :test, 'help|?' => lambda { launch_help(); exit 1 } } ``` Causes an error saying "[ERROR] option '?' matches multiple names ..." matching every option.