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

- old
+ new

@@ -70,9 +70,14 @@ :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.2 + +:required works, and we now support Ruby-style boolean option negation +(e.g. '--no-cookie' will set 'cookie' to false if the option is boolean) + === New in 1.2.0 We no longer destructively manipulate ARGV. Have fun!