Skip to content

Commit 1c1364a

Browse files
committed
Update -ro, -co docstrings
1 parent b05b2ca commit 1c1364a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/main/clojure/cljs/cli.clj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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"}

0 commit comments

Comments
 (0)