Skip to content

Commit

Permalink
# 0.3.19-alpha (2024-02-11 / d79ac0c)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
plexus committed Feb 11, 2024
1 parent d79ac0c commit 1fda0d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2
0.3
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 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.
Expand Down Expand Up @@ -28,4 +28,4 @@ approaching the envisioned scope for this library.

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

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

```
[com.lambdaisland/cli "0.2.11-alpha"]
[com.lambdaisland/cli "0.3.19-alpha"]
```
<!-- /installation -->

Expand Down

0 comments on commit 1fda0d1

Please sign in to comment.