File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ 0.1
Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # 0.1.6-alpha (2024-02-04 / 593806e)
2
2
3
3
## Added
4
4
5
5
- subcommand handling
6
6
- rudimentary flag handling
7
- - help text generation
7
+ - help text generation
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ Command line parser with good subcommand and help handling
14
14
To use the latest release, add the following to your ` deps.edn ` ([ Clojure CLI] ( https://clojure.org/guides/deps_and_cli ) )
15
15
16
16
```
17
- com.lambdaisland/cli {:mvn/version "0.0.0 "}
17
+ com.lambdaisland/cli {:mvn/version "0.1.6-alpha "}
18
18
```
19
19
20
20
or add the following to your ` project.clj ` ([ Leiningen] ( https://leiningen.org/ ) )
21
21
22
22
```
23
- [com.lambdaisland/cli "0.0.0 "]
23
+ [com.lambdaisland/cli "0.1.6-alpha "]
24
24
```
25
25
<!-- /installation -->
26
26
You can’t perform that action at this time.
0 commit comments