This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-06
Channels
- # babashka (101)
- # beginners (47)
- # biff (7)
- # calva (36)
- # clj-kondo (19)
- # clojure (11)
- # clojure-europe (1)
- # clojurescript (4)
- # conjure (4)
- # core-typed (3)
- # cursive (24)
- # emacs (22)
- # events (4)
- # gratitude (1)
- # introduce-yourself (1)
- # malli (27)
- # meander (5)
- # off-topic (101)
- # portal (5)
- # shadow-cljs (26)
- # tools-build (4)
- # tools-deps (3)
- # vim (8)
- # xtdb (13)
Now that :main-opts
is deprecated with -A
, are there any explicit use cases to call out for -A
other than starting a REPL?
clj [clj-opts] [-Aaliases] [init-opts]
-Aaliases
Concatenated aliases for REPL execution, ex: -A:dev:mem
Just want to clarify this for myself and others as I go through and update docs which previously used clj -A:foo
to invoke main functions-A will continue to work for all modes but, yes it is expected that primary use is supplying aliases with repl execution