You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

611 B

Contributing

Contributions are welcomed. Open a pull-request or an issue.

Code of conduct

This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.

Code Style

This project prefers, but does not strictly enforce, a specific source code style. The style is described in .clang-format and .clang-tidy.

To generate a clang-tidy report:

clang-tidy --extra-arg=-std=c++17 --config-file=.clang-tidy include/argparse/argparse.hpp