File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -551,10 +551,14 @@ present"
551551 " webworker, none" ) }
552552 [" -ro" " --repl-opts" ] {:group ::main&compile :fn repl-env-opts-opt
553553 :arg " edn"
554- :doc (str " Options to configure the repl-env" )}
554+ :doc (str " Options to configure the repl-env, can be an EDN string or "
555+ " colon separated list of EDN files / classpath resources. Options "
556+ " options will be merged left to right." )}
555557 [" -co" " --compile-opts" ] {:group ::main&compile :fn compile-opts-opt
556558 :arg " edn"
557- :doc (str " Options to configure the build" )}}
559+ :doc (str " Options to configure the build, can be an EDN string or "
560+ " colon separated list of EDN files / classpath resources. Options "
561+ " will be merged left to right." )}}
558562 :main
559563 {[" -r" " --repl" ] {:fn repl-opt
560564 :doc " Run a repl" }
You can’t perform that action at this time.
0 commit comments