Skip to content

Commit

Permalink
# 0.1.6-alpha (2024-02-04 / 593806e)
Browse files Browse the repository at this point in the history
## Added

- subcommand handling
- rudimentary flag handling
- help text generation
  • Loading branch information
plexus committed Feb 4, 2024
1 parent 593806e commit 1f8d74c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unreleased
# 0.1.6-alpha (2024-02-04 / 593806e)

## Added

- 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.0.0"}
com.lambdaisland/cli {:mvn/version "0.1.6-alpha"}
```

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

```
[com.lambdaisland/cli "0.0.0"]
[com.lambdaisland/cli "0.1.6-alpha"]
```
<!-- /installation -->

Expand Down

0 comments on commit 1f8d74c

Please sign in to comment.