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 >
Text File  |  2001-06-18  |  1KB  |  47 lines

  1.     optparse OptionParser
  2.  
  3. Yet Another Option Parser. 
  4. Features: 
  5. * describe option definition with it's handler 
  6. * specify argument format and convert automatically 
  7. * can emit options' summary 
  8. * possible to add options on the fly 
  9. * completion for option/argument
  10.  
  11. Author:        Nobuyoshi.Nakada
  12. Home Page:     http://member.nifty.ne.jp/nokada/ruby.html
  13. Download from:    http://member.nifty.ne.jp/nokada/archive/
  14.  
  15. To Install:
  16.  
  17. Only one of the programs supplied needs to be installed, optparse.rb.
  18. To do this run:
  19.  
  20.     ruby install.rb
  21.  
  22. and to install some more files:
  23.  
  24.     ruby install.rb more
  25.  
  26. You may need to be root (superuser) to do these.
  27.  
  28. Otherwise, you can install any other place where you have the permittion 
  29. to write.  In this case, you have to append the directory to RUBYLIB 
  30. environment variable:
  31.  
  32.     ruby install.rb --dest=DIRECTORY
  33.     ruby install.rb dest=DIRECTORY more
  34.  
  35. Of course, you can use shortened options. Try ((%ruby install.rb help%))
  36. for details.
  37.  
  38.  
  39. This file was written in English as README.en by
  40. Hugh Sasse <hgs@dmu.ac.uk>
  41. and translated into japanese using the Excite translator at:
  42.  
  43. http://www.excite.co.jp/world/
  44.  
  45. so the Japanese version may be strange!
  46.  
  47.