Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 391 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 391 Bytes

Nat C++

demo

Adding arg parse lib

Download latest release from here put .hpp file in include/CLI11.hpp

Testing

cd tests

./run_tests.sh

Writing tests

  1. Add test function to tests/main.cpp
  2. Update run_tests.sh to include new cpp files to link
  3. Run run_tests.sh to make sure everything passes