File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# cli
22
33<!-- badges -->
4- [ ![ cljdoc badge] ( https://cljdoc.org/badge/com.lambdaisland/cli )] ( https://cljdoc.org/d/com.lambdaisland/cli ) [ ![ Clojars Project] ( https://img.shields.io/clojars/v/com.lambdaisland/cli.svg )] ( https://clojars.org/com.lambdaisland/cli )
4+ [ ![ cljdoc badge] ( https://cljdoc.org/badge/com.lambdaisland/cli )] ( https://cljdoc.org/d/com.lambdaisland/cli ) [ ![ Clojars Project] ( https://img.shields.io/clojars/v/com.lambdaisland/cli.svg )] ( https://clojars.org/com.lambdaisland/cli ) ![ ] ( https://img.shields.io/clojars/dt/com.lambdaisland%2Fcli?style=flat-square )
55<!-- /badges -->
66
77Command line parser with good subcommand and help handling
@@ -13,13 +13,13 @@ Command line parser with good subcommand and help handling
1313
1414To use the latest release, add the following to your ` deps.edn ` ([ Clojure CLI] ( https://clojure.org/guides/deps_and_cli ) )
1515
16- ```
16+ ``` clj
1717com.lambdaisland/cli {:mvn/version " 1.25.107" }
1818```
1919
2020or add the following to your ` project.clj ` ([ Leiningen] ( https://leiningen.org/ ) )
2121
22- ```
22+ ``` clj
2323[com.lambdaisland/cli " 1.25.107" ]
2424```
2525<!-- /installation -->
@@ -720,7 +720,7 @@ line with the project's goals.
720720<!-- license -->
721721## License
722722
723- Copyright © ; 2024 Arne Brasseur and Contributors
723+ Copyright © ; 2024-2025 Arne Brasseur and Contributors
724724
725725Licensed under the term of the Mozilla Public License 2.0, see LICENSE.
726- <!-- /license -->
726+ <!-- /license -->
You can’t perform that action at this time.
0 commit comments