Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crystal-lang/crystal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 428acab7ea8a
Choose a base ref
...
head repository: crystal-lang/crystal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0813841fa546
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 22, 2016

  1. Add OptionParser#missing_option and OptionParser#invalid_option

    These callbacks provide a nicer API to toplevel option parsing,
    removing the need to rescue the exceptions and store the parser in a
    local in order to provide the help message in these events.
    jhass committed Jul 22, 2016
    Copy the full SHA
    12648f4 View commit details

Commits on Jul 23, 2016

  1. Merge pull request #3030 from jhass/option_parser_handlers

    Add OptionParser#missing_option and OptionParser#invalid_option
    Ary Borenszweig authored Jul 23, 2016
    Copy the full SHA
    0813841 View commit details
Loading