C:\Users\bin) and regex arguments (\d+\s*). A backslash is now an escape
character only before $ and before another backslash (and before } inside
a ${x:-default} value); anywhere else, including at the end of an argument,
it stays literal. The documented escapes \${...} and \\ are unchanged.:use-stdin? key now controls whether the spawned process
inherits stdin; it previously did nothing (*pump-in* read the undocumented
:pipe-stdin? instead). It defaults to true, with :pipe-stdin? honored as a
backward-compatible alias.leiningen-core as a provided dependency so cljdoc can resolve the
leiningen.core.* requires and build the API docs. Provided scope is
non-transitive, so projects depending on lein-shell are unaffected.net.clojars.savya/lein-shell (maintenance fork).utils/get-os, resolving the deprecation warning under Leiningen 2.12.${:foo}
and on the form ${[:foo :bar]}. They can also contain default strings.:shell :commands can now be vectors instead of strings only, acting
more or less like Lein aliases.:default-command option can be specified as a catch-all for os-specific
commands, which can be used to create aliases.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 |