-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support building with Bazel #1033
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 <[email protected]>
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 :)