README.md in ruby-next-0.9.1 vs README.md in ruby-next-0.9.2

- old
+ new

@@ -1,5 +1,6 @@ +[![Cult Of Martians](http://cultofmartians.com/assets/badges/badge.svg)](https://cultofmartians.com/tasks/ruby-next-cli-rewriters.html#task) [![Gem Version](https://badge.fury.io/rb/ruby-next.svg)](https://rubygems.org/gems/ruby-next) [![Build](https://github.com/ruby-next/ruby-next/workflows/Build/badge.svg)](https://github.com/ruby-next/ruby-next/actions) [![JRuby Build](https://github.com/ruby-next/ruby-next/workflows/JRuby%20Build/badge.svg)](https://github.com/ruby-next/ruby-next/actions?query=workflow%3A%22TruffleRuby+Build%22) [![TruffleRuby Build](https://github.com/ruby-next/ruby-next/workflows/TruffleRuby%20Build/badge.svg)](https://github.com/ruby-next/ruby-next/actions?query=workflow%3A%22TruffleRuby+Build%22) # Ruby Next @@ -198,15 +199,18 @@ It has the following interface: ```sh $ ruby-next nextify Usage: ruby-next nextify DIRECTORY_OR_FILE [options] - -o, --output=OUTPUT Specify output directory or file or stdout (use -o stdout for that) + -o, --output=OUTPUT Specify output directory or file or stdout --min-version=VERSION Specify the minimum Ruby version to support --single-version Only create one version of a file (for the earliest Ruby version) - --enable-method-reference Enable reverted method reference syntax (requires custom parser) + --edge Enable edge (master) Ruby features + --proposed Enable proposed/experimental Ruby features --transpile-mode=MODE Transpiler mode (ast or rewrite). Default: ast --[no-]refine Do not inject `using RubyNext` + --list-rewriters List available rewriters + --rewrite=REWRITERS... Specify particular Ruby features to rewrite -h, --help Print help -V Turn on verbose mode --dry-run Print verbose output without generating files ```