Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Jun 29, 2023
1 parent 9f51663 commit 965f1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ include(FetchContent)
FetchContent_Declare(
cli11
GIT_REPOSITORY https://github.com/CLIUtils/CLI11
GIT_TAG v2.2.0
GIT_TAG v2.3.2
)
FetchContent_MakeAvailable(cli11)
Expand Down Expand Up @@ -295,7 +295,7 @@ int main() {
}
```

The `CLI11_PARSE(app)` is only available in main current and not in a release.
The 🚧 `CLI11_PARSE(app)` is only available in main currently and not in a release.

<details><summary>Note: If you don't like macros, this is what that macro expands to: (click to expand)</summary><p>

Expand Down

0 comments on commit 965f1ba

Please sign in to comment.