args icon indicating copy to clipboard operation
args copied to clipboard

Simple and type-safe commandline argument parser for C++14

Results 3 args issues
Sort by recently updated
recently updated
newest added

This repository does not appear to have a license notice. For most people this means that they cannot use it.

When I was trying to test the first use case under the Quickstart, all the argument parser works great except the "--help". ``` $ ./TestArg.exe --name=marvin marvin $ ./TestArg.exe --help...

I just tried the basic example in a fresh C++ project in VS2017 on Windows and received the following: > 1>c:\users\brody\documents\visual studio 2017\projects\templatetests\templatetests\args.hpp(225): error C2065: 'not': undeclared identifier > 1>c:\users\brody\documents\visual...