From: Nikita Petrov Date: 2008-04-06T00:54:26+09:00 Subject: Re: Is there any Ruby parser for command inline parameters (ARGV[])? On 5 апр, 19:01, Iñaki Baz Castillo wrote: > Hi, I usually do Ruby scripts for some tasks and many of them allow inline > parameters, for example: > > ./script1.rb -n -vv -o file.out filein > > Is there any Ruby library/gem to parse inline parameters easily? this is, > parsing ARGV Array. > > Thanks. > > -- > Iñaki Baz Castillo You can also try "getoptlog" library.