cli-tools is normally used with Babashka; Babashka bundles, inside its executable,
many useful libraries, including several needed by cli-tools.
If you are using cli-tools in a Clojure (for the JVM) application, you will need to supply those otherwise-bundled libraries:
org.clojure/tools.cli    {:mvn/version "1.1.230"}
babashka/fs              {:mvn/version "0.5.24"}
If using the Job Board:
babashka/process         {:mvn/version "0.5.22"}
If using zsh completions:
selmer/selmer            {:mvn/version "1.12.61"}
If defining commands using babaska.cli:
org.babashka/cli         {:mvn/version "0.8.66"}
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |