F
Foreero Ivan
argumentos en linea de comando
Posted by Foreero Ivan (ivmafo)
on 20.01.2009 17:02
Hola, me gustaria saber si existe alguna forma de generar mis propios
argumentos en una linea de comando . Algo asi como como se usa el ARGV:
$ ruby miscript.rb --miargumento1=1 --miargumento2=2 ....
para poder usar las variables "miargumentoX" dentro de mi script ruby
Gracias de antemano....
Sorry for my poor english....
Iwould like to know if there is any way to create my own command line
arguments. like ARGV
something like this:
$ ruby myscript.rb --myargument1=1 --myargument2=2 ...
and use the "myargumentX" innto my script ruby
Posted by Foreero Ivan (ivmafo)
on 20.01.2009 17:02
Hola, me gustaria saber si existe alguna forma de generar mis propios
argumentos en una linea de comando . Algo asi como como se usa el ARGV:
$ ruby miscript.rb --miargumento1=1 --miargumento2=2 ....
para poder usar las variables "miargumentoX" dentro de mi script ruby
Gracias de antemano....
Sorry for my poor english....
Iwould like to know if there is any way to create my own command line
arguments. like ARGV
something like this:
$ ruby myscript.rb --myargument1=1 --myargument2=2 ...
and use the "myargumentX" innto my script ruby