1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-08 07:43:52 +00:00

Preparation for version 0.5

This commit is contained in:
Henry Fredrick Schreiner 2017-02-22 08:28:44 -05:00
parent b59a16ccf2
commit 1884108578

View File

@ -1,4 +1,4 @@
## Version 0.5 (in progress)
## Version 0.5
* Allow `Hidden` options.
* Throw `OptionAlreadyAdded` errors for matching subcommands or options, with ignore-case included, tests
@ -8,7 +8,7 @@
* Added `require_subcommand` to `App`, to simplify forcing subcommands. Do **not** do `add_subcommand()->require_subcommand`, since that is the subcommand, not the master `App`.
* Added printout of ini file text given parsed options, skips flags.
* Support for quotes and spaces in ini files
* Fixes to allow support for Windows (added Appveyor) (Use `-`, not `/` syntax)
* Fixes to allow support for Windows (added Appveyor) (Uses `-`, not `/` syntax)
## Version 0.4