Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1033 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 17 17
Lines 4546 4557 +11
Branches 0 971 +971
==========================================
+ Hits 4546 4557 +11 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
Thanks! |
|
Do you think you could add a little section on Bazel to the docs, similar to https://github.com/CLIUtils/CLI11/pull/1025/files ? |
|
Yep, no problem. Do you think you'll be tagging a new patch release sometime soon? Once you do that, I'll add this project to the bazel central registry, and update the docs with a reference to how to pull it from there. |
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface. This library already supports the Bazel build system along with bazelmod (see CLIUtils/CLI11#1033).
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface. This library already supports the Bazel build system along with bazelmod (see CLIUtils/CLI11#1033).
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface. This library already supports the Bazel build system along with bazelmod (see CLIUtils/CLI11#1033).
Adds support for building with Bazel. If merged, I can push this to https://registry.bazel.build/ when a new release is cut :)