1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Burdette Lamar
1bad4bdf52 [ruby/optparse] More on tutorial (#16)
-   Added example in "Argument Converters"; it doesn't seem right for a tutorial to have no example in one of its topics (and instead just linking elsewhere).
-   Added section "Command-Line Abbreviations."
 -  Added section "Keyword Argument into," showing how to:
     -  Collect options.
     -  Check for missing options.
     -  Provide option defaults.

39d39676c4
2021-04-11 08:52:54 +09:00
Burdette Lamar
ff0dac1849 [ruby/optparse] Rdoc (#15)
* Resolve shared mixed_names.rb

* Add long option with negation

* Show --help for all examples

* Table of contents for tutorial

* Move argument converters to separate rdoc

* Add references to argument_converters.rdoc

* Tune up argument converters

* Change explicit links to auto-links

c91ed8d33d
2021-04-11 08:52:52 +09:00
Burdette Lamar
c795f30ef0 [ruby/optparse] Reorganize Ruby example files for sharing (#14)
9a2352c1c9
2021-04-11 08:52:50 +09:00
Burdette Lamar
fe72cff487
[ruby/optparse] More on tutorial (#9)
* More on tutorial: clearer example output

84dfd92d2a
2021-04-08 12:11:32 +09:00
BurdetteLamar
0d1d779c23 [ruby/optparse] Beginnings of tutorial
f209276f79
2021-04-08 12:09:29 +09:00