:trace-load?
, which sets the *loading-verbosely*
var at startuprun-process
lambdaisland.launchpad.watcher/watch!
, so it's
easier to use from user code--verbose
--portal
/:portal
option--vs-code
as alias for --cider-nrepl
deps.local.edn
/
~/clojure/deps.edn
start-steps
.start-steps
/end-steps
/pre-steps
/post-steps
lauchpad/run-process
.env
reloading messing up Java's env var representation:launchpad/shadow-connect-ids
option, for cases where you don't want
to auto-connect to every build in :launchpad/shadow-build-ids
:paths
in deps.local.edn
, ensure they are picked up at boot,
not only at first classpath reload.cpcache/launchpad.cp
, for integrating third
parties like clojure-lsp. (configure cat .cpache/launchpad.cp
as your
:classpath-cmd
)(user/go)
in a try/catch
:deps
from deps.local.edn
at startup, not at the first
classpath reload:aliases {...}
in deps.local.edn
--go
flag, automatically call (user/go)
.env
or .env.local
deps.local.edn
--cider-nrepl
works, even when emacsclient
is not available,
e.g. for CalvaInitial release
Can you improve this documentation? These fine people already did:
Arne Brasseur, Mitesh Shah, Alys Brooks & Stel AbregoEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close