Skip to content

Commit

Permalink
# 0.14.62 (2024-07-04 / 8a515f3)
Browse files Browse the repository at this point in the history
## Added

- Allow `:init` also on nested subcommands, gets merged into top level init.
  Flags are processed afterwards, so this is good way to set initial data that
  flags can filter/change
- Flags handlers can now be specified directly as vars, the docstring is used as flag doc
  • Loading branch information
plexus committed Jul 4, 2024
1 parent 8a515f3 commit 0ecbd37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13
0.14
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.14.62 (2024-07-04 / 8a515f3)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Command line parser with good subcommand and help handling
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/cli {:mvn/version "0.13.58"}
com.lambdaisland/cli {:mvn/version "0.14.62"}
```

or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))

```
[com.lambdaisland/cli "0.13.58"]
[com.lambdaisland/cli "0.14.62"]
```
<!-- /installation -->

Expand Down

0 comments on commit 0ecbd37

Please sign in to comment.