From: Fritz Trapper on 26 Jun 2010 17:13 How to access command line parameters of a ruby script? -- Posted via http://www.ruby-forum.com/.
From: Fritz Trapper on 26 Jun 2010 17:26 Thanks. -- Posted via http://www.ruby-forum.com/.
From: Joel VanderWerf on 26 Jun 2010 17:21 Fritz Trapper wrote: > How to access command line parameters of a ruby script? Short answer: the array ARGV contains them. Long answer: there are several libraries for parsing switches, subcommands, etc. out of this array. Do a web search for "ruby command line parsing".
|
Pages: 1 Prev: DNote v1.4.0 released Next: Odd Issue With DBD::SQLite3 - Inserts Don't Work |