Commit graph

11 commits

Author SHA1 Message Date
Nobuyoshi Nakada
45e8dc1e85 [ruby/optparse] [DOC] Mention about post-check
e1957d7392
2025-03-10 09:55:29 +00:00
Nobuyoshi Nakada
9de9cb53c0 [ruby/optparse] [DOC] Update documents to use single quotes instead of backqoutes
5e71a70cb5
2025-03-10 07:56:44 +00:00
Nobuyoshi Nakada
7dd59346a0 [ruby/optparse] [DOC] Fix tutorial link
Fixes https://github.com/ruby/optparse/pull/51

1c895efc39
2023-12-25 21:12:49 +09:00
Hiroshi SHIBATA
e233730846
Partly reverted c903cddf55
These are intentional words
2023-12-25 11:22:12 +09:00
Hiroshi SHIBATA
c903cddf55
Typofix under doc directory 2023-12-25 11:17:51 +09:00
Nobuyoshi Nakada
dfad14d83f [ruby/optparse] [DOC] Mark up constant and method names as code
e8bee0be8f
2023-07-30 02:35:22 +00:00
ydah
6c7e2617d1 [ruby/optparse] Fix typo in documentation
- "hypnen" -> "hyphen"
- "hadler" -> "handler"

e70e689ded
2022-05-21 08:47:53 +09:00
Nobuyoshi Nakada
92630e2346
[ruby/optparse] Fix links to the page directory files [Bug #18468]
dab72c543d
2022-01-12 21:16:02 +09:00
Burdette Lamar
1333620afd
[ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/24)
- Adds section "Parsing" to tutorial.rdoc.
- Removes section "Terminators" from option_params.rdoc. (Terminator '--' is not an option parameter.)

40d51ccbad
2021-07-28 20:13:39 +09:00
Burdette Lamar
98ccb49ac3
[ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/22)
Adds argument abbreviation in option_params.rdoc.
    Adds entire Argument Values section to tutorial.rdoc.

9c5b3f244b
2021-07-28 20:13:39 +09:00
Nobuyoshi Nakada
f89486965b [ruby/optparse] Moved rdoc files to doc/optparse
cccb28e0de
2021-04-11 09:03:36 +09:00
Renamed from doc/option_params.rdoc (Browse further)