9 Commits

Author SHA1 Message Date
Even Rouault 097bac1854 subparser: use full parser path instead of just parser name in usage() message 2024-11-08 20:49:15 +01:00
Alexey Ismagilov 33146122a2 NEW: suppress flag for subcommand
resolve #258
2023-11-05 15:23:15 +03:00
Pranav Srinivas Kumar 716ec60291 Added flag() shorthand function 2023-10-27 16:37:20 -05:00
Pranav Srinivas Kumar 9bb553b882 #277 Added in-built support for string_type choices 2023-10-27 09:16:25 -05:00
Arthur LAURENT 6723c81877 update test to use module when WITH_MODULE macro is set 2023-10-15 18:51:56 +02:00
Sergey Podobry 8e6a36dd0d Add is_subcommand_used overload
It's useful for removing string literals duplication in a code.
2022-11-08 01:31:45 +02:00
Pranav Srinivas Kumar 793fbcde16 Added is_subcommand_used helper function 2022-09-20 21:15:58 -07:00
Pranav Srinivas Kumar 6c7da857b6 Added table of contents to README and clang formatted code 2022-09-20 20:27:24 -07:00
Pranav Srinivas Kumar 2f2858a8a7 Draft implementation of subparsers #42 2022-09-20 19:54:29 -07:00