mirror of
https://github.com/p-ranav/argparse
synced 2026-06-08 16:35:45 +00:00
2a15178bb7
The name of a positional argument is never used. Closes #208 Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
Argparse Tests
Linux
$ mkdir build
$ cd build
$ cmake ../.
$ make
$ ./tests
Windows
- Generate Visual Studio solution
$ mkdir build
$ cd build
$ cmake ../. -G "Visual Studio 15 2017"
- Open ARGPARSE.sln
- Build tests in RELEASE | x64
- Run tests.exe