Age | Commit message (Expand) | Author |
---|
2021-03-29 | [ruby/optparse] Add OptionParser#require_exact accessor | Jeremy Evans |
2020-10-27 | Separate `send` into `public_send` and `__send__` | Nobuyoshi Nakada |
2020-07-23 | [ruby/optparse] Define OptionParser::Version | Nobuyoshi Nakada |
2019-11-12 | Revert "Method reference operator" | Nobuyoshi Nakada |
2019-10-26 | OptionParser: document into: argument | zverok |
2019-10-21 | Make suggestions order stable [Bug #16263] | Nobuyoshi Nakada |
2019-10-18 | Support DidYouMean by AmbiguousOption too | Nobuyoshi Nakada |
2019-10-18 | Defer adding additional info until getting the message of an error | Nobuyoshi Nakada |
2019-10-18 | Use DidYouMean.formatter | Nobuyoshi Nakada |
2019-10-18 | lib/optparse.rb: Show a did_you_mean hint for unknown option | Yusuke Endoh |
2019-07-07 | Fix default argument values for OptParse::Switch#summarize | Jeremy Evans |
2019-05-06 | Load OptionParser defaults from XDG and Haiku standards | Nobuyoshi Nakada |
2018-12-04 | Use delete_prefix instead of `sub(/\Afixed-pattern/, '')` | kazu |
2018-12-02 | optarse.rb: mention multiple descriptions [ci skip] | nobu |
2018-11-28 | Get rid of block-less Proc.new | nobu |
2018-11-28 | Remove useless backslash | nobu |
2018-05-16 | lib/optparse.rb: improve docs | stomar |
2018-05-13 | optparse.rb: Remove redundant `.freeze` | nobu |
2018-05-12 | optparse.rb: [DOC] about into: option | nobu |
2018-05-06 | optparse: Suppress warnings | nobu |
2018-01-26 | optparse.rb: froze string literals | nobu |
2018-01-25 | optparse.rb: literal newline | nobu |
2018-01-25 | revert r62032 because it refers to a undefined variable | ko1 |
2018-01-24 | optparse.rb: literal newline | nobu |
2017-07-24 | optparse.rb: case-sensitive candidate | nobu |
2017-07-21 | optparse.rb: [DOC] fix keys | nobu |
2017-07-12 | optparse.rb: get rid of eval | nobu |
2017-07-06 | Fix DecimalInteger converting to octal bug | nobu |
2017-03-04 | nodoc OptParse | stomar |
2016-10-14 | optparse.rb: hyphenize | nobu |
2016-06-05 | optparse.rb: fix quote [ci skip] | nobu |
2016-05-31 | optparse.rb: fix char class option | nobu |
2016-05-31 | optparse.rb: no duplicate strings | nobu |
2016-04-28 | optparse.rb: [DOC] fix example code [ci skip] | nobu |
2016-02-06 | get rid of ruby-mode.el bugs | nobu |
2016-01-06 | optparse.rb: into kwdarg | nobu |
2015-12-23 | [DOC] Fix typos | a_matsuda |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-12-08 | optparse.rb: Fix typo [ci skip] | nobu |
2015-07-21 | fix typo in OptionParser#complete docs [ci skip] | nobu |
2015-07-05 | Fix typo in optparse library [ci skip] [Fix GH-956] | nobu |
2015-02-08 | optparse.rb: update --version example [ci skip] | nobu |
2015-01-12 | * lib/optparse.rb: improvements for OptionParser documentation. | hsbt |
2014-07-21 | optparse.rb: getopts message improvement | nobu |
2014-06-24 | * lib/gserver.rb: remove redundant use of to_s in interpolation. | hsbt |
2014-05-26 | lib/optionparser.rb | nobu |
2014-02-27 | * lib/optparse.rb: [DOC] Add example of generating help with optparse. | zzak |
2013-11-28 | optparse.rb: regexp at lhs | nobu |
2013-09-08 | optparse.rb: remove $Id$ | nobu |
2013-09-05 | * lib/optparse.rb: The Integer acceptable now allows binary and | drbrain |