home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
ruby164.zip
/
rbemx164.zip
/
ruby
/
share
/
doc
/
optparse-0.8.2
/
README.en
< prev
next >
Wrap
Text File
|
2001-06-18
|
1KB
|
47 lines
optparse OptionParser
Yet Another Option Parser.
Features:
* describe option definition with it's handler
* specify argument format and convert automatically
* can emit options' summary
* possible to add options on the fly
* completion for option/argument
Author: Nobuyoshi.Nakada
Home Page: http://member.nifty.ne.jp/nokada/ruby.html
Download from: http://member.nifty.ne.jp/nokada/archive/
To Install:
Only one of the programs supplied needs to be installed, optparse.rb.
To do this run:
ruby install.rb
and to install some more files:
ruby install.rb more
You may need to be root (superuser) to do these.
Otherwise, you can install any other place where you have the permittion
to write. In this case, you have to append the directory to RUBYLIB
environment variable:
ruby install.rb --dest=DIRECTORY
ruby install.rb dest=DIRECTORY more
Of course, you can use shortened options. Try ((%ruby install.rb help%))
for details.
This file was written in English as README.en by
Hugh Sasse <hgs@dmu.ac.uk>
and translated into japanese using the Excite translator at:
http://www.excite.co.jp/world/
so the Japanese version may be strange!