Parse cli options.
Proxy to tools.cli
Parse cli options. Proxy to [tools.cli](https://github.com/clojure/tools.cli)
Execute an external command, called cmd.
cmd
are made of a vector of strings like ["ls" "-la"]
There are many flavors to execute this command, the generic one made of create-process
, wait-for
, ... and the helpers to simplify some typical use cases.
All functions deal with a process, a map describing the command execution and then enriched as the process is going on.
Execute an external command, called **cmd**. `cmd` are made of a vector of strings like `["ls" "-la"]` There are many flavors to execute this command, the generic one made of `create-process`, `wait-for`, ... and the helpers to simplify some typical use cases. All functions deal with a **process**, a map describing the command execution and then enriched as the process is going on.
Colorize text. The reference comes from: ANSI reference sheet and full reference is vt100 spec.
Colorize text. The reference comes from: [ANSI reference sheet](https://gist.github.com/ConnerWill/d4b6c776b509add763e17f9f113fd25b) and full reference is [vt100 spec](https://vt100.net/docs/vt100-ug/chapter3.html).
Read an implementation edn.
Note: Is apart from write as write needs formatting and formatting needs to read zprintrc.
Read an implementation edn. Note: Is apart from write as write needs formatting and formatting needs to read zprintrc.
Constants to have clear and consistent return codes for the application
Constants to have clear and consistent return codes for the application
Tools to manipulate local files
Is a proxy to babashka.fs tools.
Tools to manipulate local files Is a proxy to babashka.fs tools.
Manipulate file names (is not influenced at all by your local configuration).
Manipulate file names (is not influenced at all by your local configuration).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close