From 3707c91a0156e9893201c50c15466008cbdc0dad Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Mon, 27 Oct 2014 16:46:16 +1100 Subject: [PATCH] unicode help --- src/example.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/example.cpp b/src/example.cpp index d94d932..cfffb11 100644 --- a/src/example.cpp +++ b/src/example.cpp @@ -48,6 +48,7 @@ int main(int argc, char* argv[]) ("help", "Print help") ("int", "An integer", cxxopts::value()) ("option_that_is_too_long_for_the_help", "A very long option") + ("unicode", u8"A help option with an accent: à") ; options.add_options("Group")