On Thu, 23 Dec 2004 00:13:52 +0900, Takaaki Tateishi <ttate / ttsky.net> wrote: > [ruby-dev:25048] about optparse specification > Minero Aoki claimed that optparse should not handle -L when --line > is given. It appears that anyone is not interested in this issue, > since there is no reply so far. Can you explain this a bit? If I do this: ARGV.options do |opts| opts.on('-L', '--line', ...) { |xx| ... } end Then it should. However, IMO optparse should NOT autovivify -L if I specify: ARGV.options do |opts| opts.on('--line', ...) { |xx| ... } end Or is this something else entirely? -austin -- Austin Ziegler * halostatue / gmail.com * Alternate: austin / halostatue.ca