aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-05 16:11:24 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-05 16:11:24 -0600
commit8b87e2d4a63dc24dd744b62524bd3565a5a2f5de (patch)
treebb4c85bfc5d8a740bf8a78d92d317e0708c7da2c /README.md
parentfix doxygenation version (diff)
downloadargs.hxx-8b87e2d4a63dc24dd744b62524bd3565a5a2f5de.tar.xz
improve some of the logic1.1.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 814089b..7cfd07c 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@ about 1.2K lines of code.
This is designed to somewhat replicate the behavior of Python's argparse, but
in C++, with static type checking, and hopefully a lot faster.
+It's probably slower than some other C++ argument-parsing libraries (especially
+with its heavy use of inheritence), but it should be more flexible than most.
+
UTF-8 support is limited at best. No normalization is performed, so non-ascii
characters are very best kept out of flags, and combined glyphs are probably
going to mess up help output if you use it.