Skip to content

Commit 1fda0d1

Browse files
committed
# 0.3.19-alpha (2024-02-11 / d79ac0c)
Much expanded and improved version, see README for all details. This is approaching the envisioned scope for this library. - take docstring/command from var - `:strict?` mode - `:handler` and `:middleware` on flags - Much improved help text rendering - More lenient flag parsing - Add `:default` and `:parse`
1 parent d79ac0c commit 1fda0d1

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.2
1+
0.3

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.3.19-alpha (2024-02-11 / d79ac0c)
22

33
Much expanded and improved version, see README for all details. This is
44
approaching the envisioned scope for this library.
@@ -28,4 +28,4 @@ approaching the envisioned scope for this library.
2828

2929
- subcommand handling
3030
- rudimentary flag handling
31-
- help text generation
31+
- 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.2.11-alpha"}
17+
com.lambdaisland/cli {:mvn/version "0.3.19-alpha"}
1818
```
1919

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

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

0 commit comments

Comments
 (0)