Skip to content

Commit 8ec2743

Browse files
committed
# 0.8.39 (2024-05-24 / e967e9c)
## Added - Added `:required` for `:flags` - Support commands with arguments and subcommands at the same time
1 parent e967e9c commit 8ec2743

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7
1+
0.8

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.8.39 (2024-05-24 / e967e9c)
22

33
## Added
44

@@ -86,4 +86,4 @@ approaching the envisioned scope for this library.
8686

8787
- subcommand handling
8888
- rudimentary flag handling
89-
- help text generation
89+
- help text generation

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Command line parser with good subcommand and help handling
1414
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
1515

1616
```
17-
com.lambdaisland/cli {:mvn/version "0.7.33"}
17+
com.lambdaisland/cli {:mvn/version "0.8.39"}
1818
```
1919

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

2222
```
23-
[com.lambdaisland/cli "0.7.33"]
23+
[com.lambdaisland/cli "0.8.39"]
2424
```
2525
<!-- /installation -->
2626

0 commit comments

Comments
 (0)