projects that use optparse

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default projects that use optparse

    I am trying to sink me teeth into optparse and whereas the documentation
    looks like a great reference it is rough going for someone just starting
    with this library.

    Can someone point out some projects that use optparse so I can dig into
    the source?

    culley



    culley harrelson Guest

  2. Similar Questions and Discussions

    1. optparse behaviour
      Hi! I have some problems mit optparse (ruby-1.8.0). I got the follwing script:...
    2. Problem with 1.8 / optparse.rb from within debugger
      Hi, Am I the only who get the following error when trying to go step-by-step in the debugger in the optparse code? 469 ...
    3. optparse versions and sources
      HI, when I look at the homepage of the author of the optparse package, I found version 0.12 of optparse is the newest one. When I diff this...
    4. optparse documentation and/or examples
      Does anyone have links to documentation for optparse (now a part of the Ruby 1.8.0 standard distribution)? Japanese language links that have code...
    5. Warnings in optparse with 1.8pre3
      /usr/local/lib/ruby/site_ruby/1.8/optparse.rb:1001: warning: character class has `]' without escape...
  3. #2

    Default Re: projects that use optparse


    On Sunday, September 21, 2003, at 11:35 PM, culley harrelson wrote:
    > I am trying to sink me teeth into optparse and whereas the
    > documentation looks like a great reference it is rough going for
    > someone just starting with this library.
    >
    > Can someone point out some projects that use optparse so I can dig
    > into the source?
    For help getting started with optparse, see

    [url]www.learningruby.com/usingoptparse.shtml[/url]
    [url]www.learningruby.com/commandlinepart3.shtml[/url]

    Regards,

    Mark


    Mark Wilson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139