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

mention ini change in changelog

This commit is contained in:
Henry Fredrick Schreiner 2017-02-17 21:26:48 -05:00
parent b4b456f594
commit 3e2172bd3a

View File

@ -2,6 +2,7 @@
* Added `require_subcommand` to `App`, to simplify forcing subcommands. Do not "chain" with `add_subcommand`, since that is the subcommand, not the master `App`. Untested. * Added `require_subcommand` to `App`, to simplify forcing subcommands. Do not "chain" with `add_subcommand`, since that is the subcommand, not the master `App`. Untested.
* Added printout of ini file text given parsed options, skips flags. * Added printout of ini file text given parsed options, skips flags.
* Support for quotes and spaces in ini files
## Version 0.4 ## Version 0.4