File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.9
1+ 0.10
Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 0.10.45 (2024-05-27 / 025991c)
22
33## Added
44
@@ -99,4 +99,4 @@ approaching the envisioned scope for this library.
9999
100100- subcommand handling
101101- rudimentary flag handling
102- - help text generation
102+ - 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
1414To 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.9.42 "}
17+ com.lambdaisland/cli {:mvn/version "0.10.45 "}
1818```
1919
2020or add the following to your ` project.clj ` ([ Leiningen] ( https://leiningen.org/ ) )
2121
2222```
23- [com.lambdaisland/cli "0.9.42 "]
23+ [com.lambdaisland/cli "0.10.45 "]
2424```
2525<!-- /installation -->
2626
You can’t perform that action at this time.
0 commit comments