1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 05:03:52 +00:00
Philip Top 598046c397 Add unnamed subcommand (#216)
increment the parse_ variable on unnamed subcommands. 

update the readme, and add a formatter test for nameless subcommands in nondefault group with other named subcommands.

add a test of default arguments

add a formatter test

add tests for unnamed subcommands and an example of the partitioned subcommands.

change the app_p to be a shared_ptr so you can add an App later on and merge them together

add the ability to add unnamed subcommands that allow partitioning on options into multiple apps.
2019-02-06 10:27:06 +01:00
..
2019-02-06 10:27:06 +01:00
2018-05-09 16:08:32 +02:00
2018-09-03 22:48:45 +02:00
2019-02-06 10:27:06 +01:00
2019-01-25 09:21:47 +01:00
2018-07-01 09:04:38 +02:00
2019-02-01 09:58:05 +01:00
2019-01-30 14:13:01 +01:00