Alex Shvartzkop 27e4b2276b Update argparse.
Otherwise .choices doesn't work properly.
See https://github.com/p-ranav/argparse/issues/307

(cherry picked from commit 991b4299d65da1b3bc1a4b17c2c72d0918162166)
2024-03-03 21:47:23 +03:00
..
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2024-03-03 21:47:23 +03:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00
2023-12-17 21:29:05 -05:00

Argparse Tests

Linux

$ mkdir build
$ cd build
$ cmake ../.
$ make
$ ./tests

Windows

  1. Generate Visual Studio solution
$ mkdir build
$ cd build
$ cmake ../. -G "Visual Studio 15 2017"
  1. Open ARGPARSE.sln
  2. Build tests in RELEASE | x64
  3. Run tests.exe