From: Bryan Richardson Date: 2008-02-22T08:34:21+09:00 Subject: OptionParser - no short options or incomplete options Hello all, Is it possible to force only complete, long options to be used in OptionParser? I'm wanting to force users to enter the entire option for certain destructive actions... I've tried only including a '--long_option' as one of the options, but if I use '-l' or even '--lon' as the option it still executes the code specified for '--long_option'. Any and all help is appreciated!!! -- Bryan -- Posted via http://www.ruby-forum.com/.