1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-05 14:43:52 +00:00
Philip Top c8bd97156b click-style boolean flags (#219)
Updates to the readme

update the readme with some documentation

add a few more tests to complete code coverage

update with count strings in flags instead an array of strings for each count

add the '!' shortcut notation.  add some checks on the help output

allow the false flag syntax to support --option{false}

add a bool lexical cast to make everything consistent when converting to a bool.  Moved a few functions around

make the command line behave like the INI file wrt flags, flag options are allowed to process the value so `--flag=false` actually does the expected thing.

Add functionality similar to click style argument that allow specifying a false flag that when used generates a false result on the flag.
2019-02-09 23:51:38 +01:00
..
2019-02-09 23:51:38 +01:00
2018-05-09 16:08:32 +02:00
2019-02-09 23:51:38 +01:00
2019-02-09 23:51:38 +01:00
2019-02-09 23:51:38 +01:00
2019-02-09 23:51:38 +01:00
2019-02-09 23:51:38 +01:00
2019-02-01 09:58:05 +01:00
2019-01-30 14:13:01 +01:00