v2.12.1
- Since use of
arguments :strict
requires thatsubcommand_option_handling :normal
also be set, GLI will blow up if that's not the case (as opposed to just not working). - Scaffolding now puts
subcommand_option_handling :normal
in the new app, as was originally intended, but not ever actually done for some reason o_O. - Improved documentation around
arguments