README.rdoc in mixlib-cli-1.1.0 vs README.rdoc in mixlib-cli-1.2.0

- old
+ new

@@ -70,6 +70,10 @@ :boolean:: If this option takes no arguments, set this to true. :show_options:: If you want the option list printed when this option is called, set this to true. :exit:: Exit your program with the exit code when this option is specified. Example: 0 :proc:: If set, the configuration value will be set to the return value of this proc. +=== New in 1.2.0 + +We no longer destructively manipulate ARGV. + Have fun!