summaryrefslogtreecommitdiff
path: root/doc/optparse/ruby
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/24)Burdette Lamar2021-07-282-0/+26
| | | | | | | - Adds section "Parsing" to tutorial.rdoc. - Removes section "Terminators" from option_params.rdoc. (Terminator '--' is not an option parameter.) https://github.com/ruby/optparse/commit/40d51ccbad
* [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/23)Burdette Lamar2021-07-281-2/+3
| | | | | | | | - Removed a largish block of repeated text. - Added sections "Top List and Base List" and "Methods for Defining Options" (on, define, etc.). - Linked from class OptionParser doc to the tutorial. https://github.com/ruby/optparse/commit/7f3195b9db
* [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/22)Burdette Lamar2021-07-282-3/+0
| | | | | | | Adds argument abbreviation in option_params.rdoc. Adds entire Argument Values section to tutorial.rdoc. https://github.com/ruby/optparse/commit/9c5b3f244b
* [ruby/optparse] Rdoc for help (https://github.com/ruby/optparse/pull/21)Burdette Lamar2021-07-284-0/+60
| | | | https://github.com/ruby/optparse/commit/d07cb96a96
* [ruby/optparse] Tutorial: explain custom argument converters ↵Burdette Lamar2021-07-282-0/+25
| | | | | | (https://github.com/ruby/optparse/pull/19) https://github.com/ruby/optparse/commit/385dd4322d
* [ruby/optparse] Moved rdoc files to doc/optparseNobuyoshi Nakada2021-04-1147-0/+355
https://github.com/ruby/optparse/commit/cccb28e0de