unicode help
This commit is contained in:
parent
9509ca94f2
commit
3707c91a01
@ -48,6 +48,7 @@ int main(int argc, char* argv[])
|
|||||||
("help", "Print help")
|
("help", "Print help")
|
||||||
("int", "An integer", cxxopts::value<int>())
|
("int", "An integer", cxxopts::value<int>())
|
||||||
("option_that_is_too_long_for_the_help", "A very long option")
|
("option_that_is_too_long_for_the_help", "A very long option")
|
||||||
|
("unicode", u8"A help option with an accent: à")
|
||||||
;
|
;
|
||||||
|
|
||||||
options.add_options("Group")
|
options.add_options("Group")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user